mckabue commited on
Commit
fb6360d
·
1 Parent(s): 9368514

Add force push option to git command in workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/hf_sync.yml +1 -1
.github/workflows/hf_sync.yml CHANGED
@@ -17,4 +17,4 @@ jobs:
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
- run: git push https://ToKnow-ai:[email protected]/spaces/ToKnow-ai/private-domain-checker main
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run: git push https://ToKnow-ai:[email protected]/spaces/ToKnow-ai/private-domain-checker main -f