dang1812 commited on
Commit
3f1285c
1 Parent(s): a0b52d3

Update and rename main.yml to sync_to_hugging_face_hub.yml

Browse files
.github/workflows/{main.yml → sync_to_hugging_face_hub.yml} RENAMED
@@ -17,4 +17,4 @@ jobs:
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
- run: git push https://dang1812:$HF_TOKEN@huggingface.co/spaces/dang1812/sentiment-analysis-app main
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run: git push --force https://dang1812:$HF_TOKEN@huggingface.co/spaces/dang1812/sentiment-analysis-app main