Spaces:
Running
Running
fix: action file size
Browse files
.github/workflows/check_size.yml
CHANGED
|
@@ -14,4 +14,4 @@ jobs:
|
|
| 14 |
- name: Check large files
|
| 15 |
uses: ActionsDesk/[email protected]
|
| 16 |
with:
|
| 17 |
-
filesizelimit:
|
|
|
|
| 14 |
- name: Check large files
|
| 15 |
uses: ActionsDesk/[email protected]
|
| 16 |
with:
|
| 17 |
+
filesizelimit: 9000000 # so we can sync to HF spaces
|