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