Spaces:
Running
on
Zero
Running
on
Zero
John Ho
commited on
Commit
·
ad7bf1a
1
Parent(s):
a726077
updated to force push
Browse files
.github/workflows/deploy_to_hf_space.yaml
CHANGED
|
@@ -79,4 +79,4 @@ jobs:
|
|
| 79 |
if: ${{ steps.check_hf_token.outputs.push_enabled == 'true' }}
|
| 80 |
env:
|
| 81 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 82 |
-
run: git push https://GF-John:$HF_TOKEN@huggingface.co/spaces/GF-John/cam-motion main
|
|
|
|
| 79 |
if: ${{ steps.check_hf_token.outputs.push_enabled == 'true' }}
|
| 80 |
env:
|
| 81 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 82 |
+
run: git push -f https://GF-John:$HF_TOKEN@huggingface.co/spaces/GF-John/cam-motion main
|