Spaces:
Runtime error
Runtime error
Commit
·
c4d2946
1
Parent(s):
c83b207
Added lfs in hf
Browse files
.github/workflows/push-huggingface-space.yml
CHANGED
@@ -14,6 +14,8 @@ jobs:
|
|
14 |
with:
|
15 |
fetch-depth: 0
|
16 |
lfs: true
|
|
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
14 |
with:
|
15 |
fetch-depth: 0
|
16 |
lfs: true
|
17 |
+
- name: Install lfs
|
18 |
+
run: git lfs install
|
19 |
- name: Push to hub
|
20 |
env:
|
21 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|