force push to space
Browse files
.github/workflows/deploy-to-spaces.yml
CHANGED
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_DEPLOYMENT_TOKEN: ${{ secrets.HF_DEPLOYMENT_TOKEN }}
|
20 |
-
run: git push https://mishig:[email protected]/spaces/huggingface/inference-playground main
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_DEPLOYMENT_TOKEN: ${{ secrets.HF_DEPLOYMENT_TOKEN }}
|
20 |
+
run: git push -f https://mishig:[email protected]/spaces/huggingface/inference-playground main
|