Sohailhosseini commited on
Commit
1e6d0a9
·
unverified ·
1 Parent(s): 367db56

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -20,6 +20,6 @@ jobs:
20
  - name: Push to Hugging Face
21
  env:
22
  HF_TOKEN: ${{ secrets.HUGGINGFACE }}
23
- run: git push --force https://huggingface.co/spaces/Sohailhosseini/demo
24
 
25
 
 
20
  - name: Push to Hugging Face
21
  env:
22
  HF_TOKEN: ${{ secrets.HUGGINGFACE }}
23
+ run: git push --force https://huggingface.co/spaces/Sohailhosseini/demo main
24
 
25