pengqi commited on
Commit
3cb0df3
·
unverified ·
1 Parent(s): 666b950

Update sync-to-hf.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/sync-to-hf.yml +1 -1
.github/workflows/sync-to-hf.yml CHANGED
@@ -18,7 +18,7 @@ jobs:
18
  git config --global user.email "[email protected]"
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 "[email protected]"
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