Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
e3f8ca99
Commit
e3f8ca99
authored
May 21, 2024
by
Timothy J. Baek
Browse files
refac: dynamically add yaml
parent
c1a97278
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
9 deletions
+13
-9
.github/workflows/deploy-to-hf-spaces.yml
.github/workflows/deploy-to-hf-spaces.yml
+13
-0
README.md
README.md
+0
-9
No files found.
.github/workflows/deploy-to-hf-spaces.yml
View file @
e3f8ca99
...
...
@@ -32,6 +32,19 @@ jobs:
-
name
:
Remove git history
run
:
rm -rf .git
-
name
:
Prepend YAML front matter to README.md
run
:
|
echo "---" > temp_readme.md
echo "title: Open WebUI" >> temp_readme.md
echo "emoji: 🐳" >> temp_readme.md
echo "colorFrom: purple" >> temp_readme.md
echo "colorTo: gray" >> temp_readme.md
echo "sdk: docker" >> temp_readme.md
echo "app_port: 8080" >> temp_readme.md
echo "---" >> temp_readme.md
cat README.md >> temp_readme.md
mv temp_readme.md README.md
-
name
:
Configure git
run
:
|
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
...
...
README.md
View file @
e3f8ca99
---
title
:
Open WebUI
emoji
:
🐳
colorFrom
:
purple
colorTo
:
gray
sdk
:
docker
app_port
:
8080
---
# Open WebUI (Formerly Ollama WebUI) 👋

...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment