Spaces:
Runtime error
Runtime error
macrdel
commited on
Commit
·
8c8f9f9
1
Parent(s):
d0a811e
update workflow
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -41,8 +41,9 @@ jobs:
|
|
41 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
42 |
#HF_USER: ${{ secrets.HF_USER }}
|
43 |
run: |
|
|
|
|
|
|
|
44 |
git checkout -b main
|
45 |
-
git
|
46 |
-
git checkout -b main huggingface/main
|
47 |
-
git push --force huggingface main
|
48 |
|
|
|
41 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
42 |
#HF_USER: ${{ secrets.HF_USER }}
|
43 |
run: |
|
44 |
+
git remote add huggingface https://[email protected]/spaces/macrdel/sentiment-summarize-youtube-comms
|
45 |
+
git fetch huggingface
|
46 |
+
git branch -r
|
47 |
git checkout -b main
|
48 |
+
git push --force https://$[email protected]/spaces/macrdel/sentiment-summarize-youtube-comms main
|
|
|
|
|
49 |
|