Spaces:
Sleeping
Sleeping
Merge pull request #13 from alvaroalon2/feature/hf_spaces
Browse files
.github/workflows/sync_hf_space.yml
CHANGED
@@ -17,9 +17,9 @@ jobs:
|
|
17 |
lfs: true
|
18 |
|
19 |
- name: Check large files
|
20 |
-
uses:
|
21 |
with:
|
22 |
-
filesizelimit:
|
23 |
|
24 |
- name: Push to hub
|
25 |
env:
|
|
|
17 |
lfs: true
|
18 |
|
19 |
- name: Check large files
|
20 |
+
uses: ppremk/lfs-warning@v3.3
|
21 |
with:
|
22 |
+
filesizelimit: 10MB # so we can sync to HF Spaces
|
23 |
|
24 |
- name: Push to hub
|
25 |
env:
|