DebasishDhal
commited on
change git push to got push --force
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://HF_USERNAME:[email protected]/spaces/DebasishDhal99/all-in-one-translation main
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push --force https://HF_USERNAME:[email protected]/spaces/DebasishDhal99/all-in-one-translation main
|