mirageco commited on
Commit
c851817
·
1 Parent(s): 44dc622

fix sync to hf v4

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +0 -5
.github/workflows/main.yml CHANGED
@@ -23,11 +23,6 @@ jobs:
23
  - name: Ignore large files
24
  run : git filter-branch --index-filter 'git rm -rf --cached --ignore-unmatch "frontend/public/*.png"' HEAD
25
 
26
- - name: Pull latest changes from remote
27
- env:
28
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
29
- run: git pull https://mirageco:[email protected]/spaces/mirageco/Finos-Leaderboard main
30
-
31
  - name: Push to hub
32
  env:
33
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
23
  - name: Ignore large files
24
  run : git filter-branch --index-filter 'git rm -rf --cached --ignore-unmatch "frontend/public/*.png"' HEAD
25
 
 
 
 
 
 
26
  - name: Push to hub
27
  env:
28
  HF_TOKEN: ${{ secrets.HF_TOKEN }}