pengqi
commited on
Update sync-to-hf.yml
Browse files
.github/workflows/sync-to-hf.yml
CHANGED
|
@@ -18,7 +18,7 @@ jobs:
|
|
| 18 |
git config --global user.email "actions@github.com"
|
| 19 |
|
| 20 |
- name: Add HuggingFace Remote
|
| 21 |
-
run: git remote add hf https://dongsiqie:${{ secrets.HF_TOKEN }}@huggingface.co/dongsiqie/q.git
|
| 22 |
|
| 23 |
- name: Push to HuggingFace
|
| 24 |
run: git push hf main --force
|
|
|
|
| 18 |
git config --global user.email "actions@github.com"
|
| 19 |
|
| 20 |
- name: Add HuggingFace Remote
|
| 21 |
+
run: git remote add hf https://dongsiqie:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/dongsiqie/q.git
|
| 22 |
|
| 23 |
- name: Push to HuggingFace
|
| 24 |
run: git push hf main --force
|