edjx22 commited on
Commit
3f4e1df
·
unverified ·
1 Parent(s): cd9136d

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -4
.github/workflows/main.yml CHANGED
@@ -16,11 +16,9 @@ jobs:
16
  - name: Pull latest changes
17
  run: git pull origin main # Pull latest changes from remote before pushing
18
 
19
- - name: Force push to hub
20
  env:
21
  HF_TOKEN: ${{ secrets.token }}
22
- run: git push --force https://j565xu:$HF_TOKEN@huggingface.co/spaces/j565xu/test main
23
 
24
- - name: Check status after pull
25
- run: git status
26
 
 
16
  - name: Pull latest changes
17
  run: git pull origin main # Pull latest changes from remote before pushing
18
 
19
+ - name: Push to hub
20
  env:
21
  HF_TOKEN: ${{ secrets.token }}
22
+ run: git push https://j565xu:$HF_TOKEN@huggingface.co/spaces/j565xu/test main
23
 
 
 
24