Spaces:
Running
Running
feat: update action
Browse files
.github/workflows/sync_to_hub.yml
CHANGED
@@ -11,10 +11,6 @@ jobs:
|
|
11 |
sync-to-hub:
|
12 |
runs-on: ubuntu-latest
|
13 |
steps:
|
14 |
-
- name: Check large files
|
15 |
-
uses: ActionsDesk/[email protected]
|
16 |
-
with:
|
17 |
-
filesizelimit: 900000 # so we can sync to HF spaces
|
18 |
- uses: actions/checkout@v2
|
19 |
with:
|
20 |
fetch-depth: 0
|
|
|
11 |
sync-to-hub:
|
12 |
runs-on: ubuntu-latest
|
13 |
steps:
|
|
|
|
|
|
|
|
|
14 |
- uses: actions/checkout@v2
|
15 |
with:
|
16 |
fetch-depth: 0
|