Spaces:
Runtime error
Runtime error
Arihant Vyavhare
commited on
Commit
·
16f6d62
1
Parent(s):
299b11a
Update sync_to_hgf.yml (push --force)
Browse files
.github/workflows/sync_to_hgf.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://arihantvyavhare:[email protected]/spaces/arihantvyavhare/device_detector_img2txt main
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push --force https://arihantvyavhare:[email protected]/spaces/arihantvyavhare/device_detector_img2txt main
|