Spaces:
Sleeping
Sleeping
fix sync to hf v4
Browse files
.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 }}
|