macrdel commited on
Commit
439a408
1 Parent(s): c67db74

update workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -1
.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:$HF_TOKEN@huggingface.co/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:$HF_TOKEN@huggingface.co/spaces/macrdel/sentiment-summarize-youtube-comms main
 
42
  #HF_USER: ${{ secrets.HF_USER }}
43
  run: |
44
  git remote add huggingface https://macrdel:$HF_TOKEN@huggingface.co/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:$HF_TOKEN@huggingface.co/spaces/macrdel/sentiment-summarize-youtube-comms main