Spaces:
Runtime error
Runtime error
visakh7843
commited on
Commit
•
3206637
1
Parent(s):
6e1a92a
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://visakh7843:$HF_TOKEN@huggingface.co/spaces/visakh7843/Sheet_Music_Generator main
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push --force https://visakh7843:$HF_TOKEN@huggingface.co/spaces/visakh7843/Sheet_Music_Generator main
|