Spaces:
Configuration error
Configuration error
shaktidharreddy08
commited on
update forceful push
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://shaktidharreddy:[email protected]/spaces/shaktidharreddy/bioactivitypredictor main
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push --force https://shaktidharreddy:[email protected]/spaces/shaktidharreddy/bioactivitypredictor main
|