fix github action
Browse files
.github/workflows/deploy-to-spaces.yml
CHANGED
@@ -10,10 +10,6 @@ jobs:
|
|
10 |
sync-to-hub:
|
11 |
runs-on: ubuntu-latest
|
12 |
steps:
|
13 |
-
- name: Check large files
|
14 |
-
uses: ActionsDesk/lfs-warning@v2.0
|
15 |
-
with:
|
16 |
-
filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
|
17 |
- uses: actions/checkout@v3
|
18 |
with:
|
19 |
fetch-depth: 0
|
|
|
10 |
sync-to-hub:
|
11 |
runs-on: ubuntu-latest
|
12 |
steps:
|
|
|
|
|
|
|
|
|
13 |
- uses: actions/checkout@v3
|
14 |
with:
|
15 |
fetch-depth: 0
|