macrdel commited on
Commit
f452a6d
·
1 Parent(s): 077edbe

update workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +2 -2
.github/workflows/deploy.yml CHANGED
@@ -41,7 +41,7 @@ jobs:
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
 
 
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 push --force huggingface main
 
47