Spaces:
Sleeping
Sleeping
Commit ·
9eba4f6
1
Parent(s): 9a049de
small change
Browse files
.github/workflows/sync.yml
CHANGED
|
@@ -20,4 +20,4 @@ jobs:
|
|
| 20 |
- name: Push to hub
|
| 21 |
env:
|
| 22 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 23 |
-
run: git push https://oxmraz-mldo:$HF_TOKEN@huggingface.co/spaces/Group17WPIMLDO24/Case-Study-1 main
|
|
|
|
| 20 |
- name: Push to hub
|
| 21 |
env:
|
| 22 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 23 |
+
run: git push -f https://oxmraz-mldo:$HF_TOKEN@huggingface.co/spaces/Group17WPIMLDO24/Case-Study-1 main
|