Spaces:
Runtime error
Runtime error
soutrik
commited on
Commit
·
70d861c
1
Parent(s):
2b5c395
clean
Browse files
.github/workflows/hf_deploy.yaml
CHANGED
@@ -58,7 +58,7 @@ jobs:
|
|
58 |
|
59 |
- name: Push to hub
|
60 |
run: |
|
61 |
-
git add README.md
|
62 |
git commit -m "Add README.md and .env"
|
63 |
git push --force https://$USER:$HF_TOKEN@huggingface.co/spaces/$USER/$SPACE main
|
64 |
env:
|
|
|
58 |
|
59 |
- name: Push to hub
|
60 |
run: |
|
61 |
+
git add README.md
|
62 |
git commit -m "Add README.md and .env"
|
63 |
git push --force https://$USER:$HF_TOKEN@huggingface.co/spaces/$USER/$SPACE main
|
64 |
env:
|