Spaces:
Sleeping
Sleeping
gordonchanfz
commited on
Commit
•
50f23f6
1
Parent(s):
fe0c2fe
Update deploy.yml
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -47,6 +47,8 @@ jobs:
|
|
47 |
pinned: false
|
48 |
---
|
49 |
">README.md
|
|
|
|
|
50 |
git push -f https://$USERNAME:$HF_TOKEN@huggingface.co/spaces/$USERNAME/$SPACE main:main
|
51 |
# - name: Update README title
|
52 |
# run: |
|
|
|
47 |
pinned: false
|
48 |
---
|
49 |
">README.md
|
50 |
+
git add -A
|
51 |
+
git commit -m "update"
|
52 |
git push -f https://$USERNAME:$HF_TOKEN@huggingface.co/spaces/$USERNAME/$SPACE main:main
|
53 |
# - name: Update README title
|
54 |
# run: |
|