Spaces:
Running
Running
Add force push for HF Space deployment
Browse files
.github/workflows/deploy-hf-space.yaml
CHANGED
|
@@ -23,7 +23,7 @@ jobs:
|
|
| 23 |
run: |
|
| 24 |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
| 25 |
git config --global user.name "github-actions[bot]"
|
| 26 |
-
git push https://user:$HF_TOKEN@huggingface.co/spaces/$HF_SPACE_NAME main:main
|
| 27 |
|
| 28 |
- name: Deployment Status
|
| 29 |
run: |
|
|
|
|
| 23 |
run: |
|
| 24 |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
| 25 |
git config --global user.name "github-actions[bot]"
|
| 26 |
+
git push https://user:$HF_TOKEN@huggingface.co/spaces/$HF_SPACE_NAME main:main --force
|
| 27 |
|
| 28 |
- name: Deployment Status
|
| 29 |
run: |
|