mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-23 17:55:21 +00:00
refac: hf github action
This commit is contained in:
parent
cfa8b3a396
commit
088f62f1e1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-to-hf-spaces.yml
vendored
2
.github/workflows/deploy-to-hf-spaces.yml
vendored
|
|
@ -57,7 +57,7 @@ jobs:
|
||||||
git lfs install
|
git lfs install
|
||||||
git lfs track "*.ttf"
|
git lfs track "*.ttf"
|
||||||
git lfs track "*.jpg"
|
git lfs track "*.jpg"
|
||||||
rm demo.gif
|
rm demo.png
|
||||||
git add .
|
git add .
|
||||||
git commit -m "GitHub deploy: ${{ github.sha }}"
|
git commit -m "GitHub deploy: ${{ github.sha }}"
|
||||||
git push --force https://open-webui:${HF_TOKEN}@huggingface.co/spaces/open-webui/open-webui main
|
git push --force https://open-webui:${HF_TOKEN}@huggingface.co/spaces/open-webui/open-webui main
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue