Spaces:
Build error
Build error
jakewatson commited on
Commit ·
14cfcb5
1
Parent(s): a3b0d51
edit
Browse files
.github/workflows/deploy_to_huggingface.yml
CHANGED
|
@@ -26,5 +26,5 @@ jobs:
|
|
| 26 |
env:
|
| 27 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 28 |
run: |
|
| 29 |
-
git remote add huggingface https://jakewatson91$HF_TOKEN@huggingface.co/spaces/cs-553-group2/case-study-1
|
| 30 |
git push huggingface main
|
|
|
|
| 26 |
env:
|
| 27 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 28 |
run: |
|
| 29 |
+
git remote add huggingface https://jakewatson91:$HF_TOKEN@huggingface.co/spaces/cs-553-group2/case-study-1
|
| 30 |
git push huggingface main
|