Spaces:
Runtime error
Runtime error
Henry Scheible commited on
Commit ·
80b40b1
1
Parent(s): 1ddde61
finish fixing workflow
Browse files
.github/workflows/hfdeploy.yml
CHANGED
|
@@ -17,4 +17,4 @@ jobs:
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
-
run: git push https://tidepool:$HF_TOKEN@huggingface.co/spaces/dali-tidepool/barnacle-counter-SAM main
|
|
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
+
run: git push --force https://tidepool:$HF_TOKEN@huggingface.co/spaces/dali-tidepool/barnacle-counter-SAM dev:main
|