wseo-test commited on
Commit
f012744
1 Parent(s): f77fad7

fix: rebase before push

Browse files
Files changed (1) hide show
  1. .github/workflows/hf-spaces.yml +3 -1
.github/workflows/hf-spaces.yml CHANGED
@@ -17,4 +17,6 @@ jobs:
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
- run: git push https://wseo:$HF_TOKEN@huggingface.co/spaces/wseo/i18n-huggingface main
 
 
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run: |
21
+ git rebase
22
+ git push --force https://wseo:$HF_TOKEN@huggingface.co/spaces/wseo/i18n-huggingface main