Spaces:
Runtime error
Runtime error
HardWorkingStation
commited on
Commit
Β·
99e5289
1
Parent(s):
6086079
Initial commit
Browse files
.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
|