Sohailhosseini commited on
Commit
80bf2bb
·
unverified ·
1 Parent(s): 9603a76

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -15,11 +15,11 @@ jobs:
15
  - name: Add remote
16
  env:
17
  HF_TOKEN: ${{ secrets.HUGGINGFACE }}
18
- run: git remote add space https://$[email protected]/spaces/Sohailhosseini/demo
19
 
20
  - name: Push to Hugging Face
21
  env:
22
  HF_TOKEN: ${{ secrets.HUGGINGFACE }}
23
- run: git push --force https://$[email protected]/spaces/Sohailhosseini/demo main
24
 
25
 
 
15
  - name: Add remote
16
  env:
17
  HF_TOKEN: ${{ secrets.HUGGINGFACE }}
18
+ run: git remote add space https://Sohailhosseini:$[email protected]/spaces/Sohailhosseini/demo
19
 
20
  - name: Push to Hugging Face
21
  env:
22
  HF_TOKEN: ${{ secrets.HUGGINGFACE }}
23
+ run: git push --force https://Sohailhosseini:$[email protected]/spaces/Sohailhosseini/demo main
24
 
25