Thiago commited on
Update sync_HF.yml
Browse files
.github/workflows/sync_HF.yml
CHANGED
|
@@ -16,4 +16,4 @@ jobs:
|
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
-
run: git push https://tsantos:$HF_TOKEN@huggingface.co/spaces/tsantos/Hierarchical-Classification-System-for-Breast-Cancer main
|
|
|
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
+
run: git push --force https://tsantos:$HF_TOKEN@huggingface.co/spaces/tsantos/Hierarchical-Classification-System-for-Breast-Cancer main
|