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