HardWorkingStation commited on
Commit
99e5289
Β·
1 Parent(s): 6086079

Initial commit

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yaml +1 -1
.github/workflows/main.yaml CHANGED
@@ -26,5 +26,5 @@ jobs:
26
  - name: Push to hub
27
  env:
28
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
29
- run: git push --force https://HF_USERNAME:[email protected]/spaces/versus666/ABTest_Lab main
30
  needs: check_files
 
26
  - name: Push to hub
27
  env:
28
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
29
+ run: git lfs fetch --all && git push --force https://HF_USERNAME:[email protected]/spaces/versus666/ABTest_Lab main
30
  needs: check_files