LiKenun commited on
Commit
5844ef9
·
1 Parent(s): 6853a4c

Make GitHub changes override any in Hugging Face Hub

Browse files
.github/workflows/hugging-face-hub-sync.yml CHANGED
@@ -16,4 +16,4 @@ jobs:
16
  - name: Push to Hugging Face Hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
- run: git push https://KingZack:[email protected]/spaces/KingZack/ctp-slack-bot alt:main
 
16
  - name: Push to Hugging Face Hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ run: git push -f https://KingZack:[email protected]/spaces/KingZack/ctp-slack-bot alt:main