Spaces:
Running
Running
Commit ·
4a0157e
1
Parent(s): 715ffa6
URL change
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
|
| 66 |
git push hf main --force
|