Spaces:
Running
on
Zero
Running
on
Zero
pabl-o-ce
commited on
Commit
·
3c54516
1
Parent(s):
b790f66
fix: force git
Browse files- .github/workflows/ci.yml +1 -1
.github/workflows/ci.yml
CHANGED
@@ -53,4 +53,4 @@ jobs:
|
|
53 |
- name: Push to hub
|
54 |
env:
|
55 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
56 |
-
run: git push https://${{ env.HF_TOKEN }}:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/${{ env.HF_USERNAME }}/${{ env.SPACE_NAME }} main
|
|
|
53 |
- name: Push to hub
|
54 |
env:
|
55 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
56 |
+
run: git push --force https://${{ env.HF_TOKEN }}:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/${{ env.HF_USERNAME }}/${{ env.SPACE_NAME }} main
|