Spaces:
Runtime error
Runtime error
update push to force
Browse files
.github/workflows/sync_to_huggingface_hub.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://mmcquade11:[email protected]/spaces/mmcquade11/Image-to-Text main
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push --force https://mmcquade11:[email protected]/spaces/mmcquade11/Image-to-Text main
|