caviri
commited on
Commit
•
8eb8f7e
1
Parent(s):
a56673f
ci: Updating github action to overwritte changes in HF
Browse files
.github/workflows/push_to_hf.yml
CHANGED
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
HF_USERNAME: ${{secrets.HF_USERNAME}}
|
20 |
-
run: git push https://$HF_USERNAME:[email protected]/spaces/sdsc/digiwild main
|
|
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
HF_USERNAME: ${{secrets.HF_USERNAME}}
|
20 |
+
run: git push --force https://$HF_USERNAME:[email protected]/spaces/sdsc/digiwild main
|