Spaces:
Runtime error
Runtime error
macrdel
commited on
Commit
·
366e9a5
1
Parent(s):
4ce086f
update workflow
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -39,6 +39,6 @@ jobs:
|
|
39 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
40 |
HF_USER: ${{ secrets.HF_USER }}
|
41 |
run: |
|
42 |
-
git remote
|
43 |
git push --force huggingface main
|
44 |
|
|
|
39 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
40 |
HF_USER: ${{ secrets.HF_USER }}
|
41 |
run: |
|
42 |
+
git remote add huggingface https://$HF_USER:[email protected]/spaces/$HF_USER/sentiment-summarize-youtube-comms
|
43 |
git push --force huggingface main
|
44 |
|