Spaces:
Runtime error
Runtime error
Ryan Kim
commited on
Commit
•
8e817cf
1
Parent(s):
c3f50a2
potential fix for git lfs
Browse files
.github/workflows/sync_to_huggingface_space.yml
CHANGED
@@ -13,7 +13,7 @@ jobs:
|
|
13 |
- uses: actions/checkout@v3
|
14 |
with:
|
15 |
fetch-depth: 0
|
16 |
-
lfs:
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
13 |
- uses: actions/checkout@v3
|
14 |
with:
|
15 |
fetch-depth: 0
|
16 |
+
lfs: true
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|