Spaces:
Runtime error
Runtime error
macrdel
commited on
Commit
·
d0a811e
1
Parent(s):
f452a6d
update workflow
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -43,5 +43,6 @@ jobs:
|
|
43 |
run: |
|
44 |
git checkout -b main
|
45 |
git remote add huggingface https://macrdel:[email protected]/spaces/macrdel/sentiment-summarize-youtube-comms
|
|
|
46 |
git push --force huggingface main
|
47 |
|
|
|
43 |
run: |
|
44 |
git checkout -b main
|
45 |
git remote add huggingface https://macrdel:[email protected]/spaces/macrdel/sentiment-summarize-youtube-comms
|
46 |
+
git checkout -b main huggingface/main
|
47 |
git push --force huggingface main
|
48 |
|