Spaces:
Runtime error
Runtime error
macrdel
commited on
Commit
·
f452a6d
1
Parent(s):
077edbe
update workflow
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -41,7 +41,7 @@ jobs:
|
|
41 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
42 |
#HF_USER: ${{ secrets.HF_USER }}
|
43 |
run: |
|
|
|
44 |
git remote add huggingface https://macrdel:[email protected]/spaces/macrdel/sentiment-summarize-youtube-comms
|
45 |
-
git
|
46 |
-
git push --force https://macrdel:[email protected]/spaces/macrdel/sentiment-summarize-youtube-comms master
|
47 |
|
|
|
41 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
42 |
#HF_USER: ${{ secrets.HF_USER }}
|
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 |
|