KarishGupta commited on
Commit
d29fdb6
·
1 Parent(s): 3b6ded8

force push

Browse files
Files changed (1) hide show
  1. .github/workflows/sync-hub.yml +1 -1
.github/workflows/sync-hub.yml CHANGED
@@ -16,7 +16,7 @@ jobs:
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
- run: git push https://MLOps26:$HF_TOKEN@huggingface.co/spaces/MLOps26/FGDemo main
20
  - name: Send email notification
21
  if: always()
22
  uses: dawidd6/action-send-mail@v3
 
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ run: git push --force https://MLOps26:$HF_TOKEN@huggingface.co/spaces/MLOps26/FGDemo HEAD:main
20
  - name: Send email notification
21
  if: always()
22
  uses: dawidd6/action-send-mail@v3