Commit
·
303c403
1
Parent(s):
6a034ae
Fix Failing Workflow
Browse filesSigned-off-by: Snehil Shah <[email protected]>
.github/workflows/deployment.yml
CHANGED
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git --force
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push --force https://Snehil-Shah:[email protected]/spaces/Snehil-Shah/Multimodal-Image-Search-Engine main
|