Spaces:
Runtime error
Runtime error
Junbo Koh
commited on
Commit
•
72291ab
1
Parent(s):
8b150cd
Update cd.yml
Browse files- .github/workflows/cd.yml +1 -1
.github/workflows/cd.yml
CHANGED
@@ -23,5 +23,5 @@ jobs:
|
|
23 |
- name: Push to hub
|
24 |
env:
|
25 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
26 |
-
run: git push https://DEBO-PROJECT:[email protected]/spaces/DEBO-PROJECT/DEBO-DEV main
|
27 |
|
|
|
23 |
- name: Push to hub
|
24 |
env:
|
25 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
26 |
+
run: git push --force https://DEBO-PROJECT:[email protected]/spaces/DEBO-PROJECT/DEBO-DEV main
|
27 |
|