Rici commited on
Commit
9e4ec64
1 Parent(s): 8af0bc7

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +3 -2
.github/workflows/main.yml CHANGED
@@ -17,9 +17,10 @@ jobs:
17
  - name: Add remote
18
  env:
19
  HF: ${{ secrets.HF }}
20
- run: git remote add space https://Rici:$(HF)@huggingface.co/spaces/Rici/demo2
21
  - name: Push to Hugging Face Hub
22
  env:
23
  HF: ${{ secrets.HF }}
24
  run: |
25
- git push --force https://Rici:$(HF)@$huggingface.co/spaces/Rici/demo2 main
 
 
17
  - name: Add remote
18
  env:
19
  HF: ${{ secrets.HF }}
20
+ run: git remote add space https://Rici:$HF@huggingface.co/spaces/Rici/demo2
21
  - name: Push to Hugging Face Hub
22
  env:
23
  HF: ${{ secrets.HF }}
24
  run: |
25
+ git push --force https://Rici:$HF@huggingface.co/spaces/Rici/demo2 main
26
+