macrdel commited on
Commit
366e9a5
·
1 Parent(s): 4ce086f

update workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -1
.github/workflows/deploy.yml CHANGED
@@ -39,6 +39,6 @@ jobs:
39
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
40
  HF_USER: ${{ secrets.HF_USER }}
41
  run: |
42
- git remote set-url huggingface https://$HF_USER:[email protected]/spaces/$HF_USER/sentiment-summarize-youtube-comms
43
  git push --force huggingface main
44
 
 
39
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
40
  HF_USER: ${{ secrets.HF_USER }}
41
  run: |
42
+ git remote add huggingface https://$HF_USER:[email protected]/spaces/$HF_USER/sentiment-summarize-youtube-comms
43
  git push --force huggingface main
44