Spaces:
Runtime error
Runtime error
DebasishDhal
commited on
Commit
·
772fea4
1
Parent(s):
a05c3f3
correct the target huggingface space name
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -16,5 +16,5 @@ jobs:
|
|
| 16 |
env:
|
| 17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 18 |
run: |
|
| 19 |
-
git remote add hf https://HF_USERNAME:[email protected]/spaces/DebasishDhal99/
|
| 20 |
git push --force hf master:main
|
|
|
|
| 16 |
env:
|
| 17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 18 |
run: |
|
| 19 |
+
git remote add hf https://HF_USERNAME:[email protected]/spaces/DebasishDhal99/map-wikireader
|
| 20 |
git push --force hf master:main
|