Spaces:
Sleeping
Sleeping
Commit ·
cf0af26
1
Parent(s): 80576d1
Update HF link
Browse files
.github/workflows/ci.yaml
CHANGED
|
@@ -62,5 +62,5 @@ jobs:
|
|
| 62 |
run: |
|
| 63 |
git config --global user.email "actions@github.com"
|
| 64 |
git config --global user.name "github-actions"
|
| 65 |
-
git remote add hf https://rishitpant:$HF_TOKEN@huggingface.co/spaces/rishitpant/AskTheHandbook
|
| 66 |
git push hf main --force
|
|
|
|
| 62 |
run: |
|
| 63 |
git config --global user.email "actions@github.com"
|
| 64 |
git config --global user.name "github-actions"
|
| 65 |
+
git remote add hf https://rishitpant:$HF_TOKEN@huggingface.co/spaces/rishitpant/AskTheHandbook-2
|
| 66 |
git push hf main --force
|