Spaces:
Runtime error
Runtime error
cloud26 commited on
Commit ·
f585a15
1
Parent(s): ff6bc3a
ci: :green_heart: fix sync_huggingface.yml
Browse files
.github/workflows/sync_huggingface.yml
CHANGED
|
@@ -18,4 +18,5 @@ jobs:
|
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
REPO_ID: codedog-ai/edu-assistant
|
|
|
|
| 21 |
run: git push https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/$REPO_ID main
|
|
|
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
REPO_ID: codedog-ai/edu-assistant
|
| 21 |
+
run: git checkout -b main # 是的,我偷懒
|
| 22 |
run: git push https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/$REPO_ID main
|