Spaces:
Running
Running
Update sync-to-hf.yml
Browse files
.github/workflows/sync-to-hf.yml
CHANGED
|
@@ -18,5 +18,5 @@ jobs:
|
|
| 18 |
run: |
|
| 19 |
git config --global user.email "frkhan@example.com"
|
| 20 |
git config --global user.name "F R Khan"
|
| 21 |
-
git remote add space https://huggingface.co/spaces/frkhan/
|
| 22 |
-
git push --force https://frkhan:$HF_TOKEN@huggingface.co/spaces/frkhan/
|
|
|
|
| 18 |
run: |
|
| 19 |
git config --global user.email "frkhan@example.com"
|
| 20 |
git config --global user.name "F R Khan"
|
| 21 |
+
git remote add space https://huggingface.co/spaces/frkhan/llm-web-scrapper
|
| 22 |
+
git push --force https://frkhan:$HF_TOKEN@huggingface.co/spaces/frkhan/llm-web-scrapper
|