Spaces:
Runtime error
Runtime error
Update sync_huggingface_hub.yml
Browse files
.github/workflows/sync_huggingface_hub.yml
CHANGED
@@ -19,4 +19,4 @@ jobs:
|
|
19 |
env:
|
20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
21 |
run: |
|
22 |
-
git push https://ugaray96:[email protected]/spaces/ugaray96/neural-search ${GITHUB_REF_NAME}:main
|
|
|
19 |
env:
|
20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
21 |
run: |
|
22 |
+
git push -f https://ugaray96:[email protected]/spaces/ugaray96/neural-search ${GITHUB_REF_NAME}:main
|