Spaces:
Runtime error
Runtime error
macrdel
commited on
Commit
·
439a408
1
Parent(s):
c67db74
update workflow
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -42,7 +42,7 @@ jobs:
|
|
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
|
|
|
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 --unshallow 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
|