Spaces:
Runtime error
Runtime error
Anmol Gupta
commited on
Commit
•
313c973
1
Parent(s):
586552a
Update main.yml
Browse files
.github/workflows/main.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://binarycache:[email protected]/spaces/binarycache/voice_to_image main
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push --force https://binarycache:[email protected]/spaces/binarycache/voice_to_image main
|