Spaces:
Sleeping
Sleeping
fix: rebase before push
Browse files
.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:
|
|
|
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: |
|
21 |
+
git rebase
|
22 |
+
git push --force https://wseo:[email protected]/spaces/wseo/i18n-huggingface main
|