pravaahiman
commited on
Commit
•
0da0e85
1
Parent(s):
6e7dd0b
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://iman37:$HF_TOKEN@huggingface.co/spaces/iman37/math_code main
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push --force https://iman37:$HF_TOKEN@huggingface.co/spaces/iman37/math_code main
|