macrdel commited on
Commit
8c8f9f9
·
1 Parent(s): d0a811e

update workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +4 -3
.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 remote add huggingface https://macrdel:$[email protected]/spaces/macrdel/sentiment-summarize-youtube-comms
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