Spaces:
Sleeping
Sleeping
use force push
Browse files
.github/workflows/push-to-huggingface.yaml
CHANGED
@@ -14,4 +14,4 @@ jobs:
|
|
14 |
- name: Push to Huggingface
|
15 |
env:
|
16 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
17 |
-
run: git push https://dikarel:$HF_TOKEN@huggingface.co/spaces/dikarel/nice-outfit main
|
|
|
14 |
- name: Push to Huggingface
|
15 |
env:
|
16 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
17 |
+
run: git push --force https://dikarel:$HF_TOKEN@huggingface.co/spaces/dikarel/nice-outfit main
|