Spaces:
Runtime error
Runtime error
macrdel
commited on
Commit
·
780620a
1
Parent(s):
2247cab
update workflow
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -40,5 +40,5 @@ jobs:
|
|
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 https://$HF_USER:[email protected]/spaces/$HF_USER/sentiment-summarize-youtube-comms
|
44 |
|
|
|
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 https://$HF_USER:[email protected]/spaces/$HF_USER/sentiment-summarize-youtube-comms master
|
44 |
|