Spaces:
Runtime error
Runtime error
kkawamu1
commited on
Update sync_to_hf_spaces.yml
Browse files
.github/workflows/sync_to_hf_spaces.yml
CHANGED
|
@@ -13,6 +13,9 @@ jobs:
|
|
| 13 |
- uses: actions/checkout@v2
|
| 14 |
with:
|
| 15 |
fetch-depth: 0
|
|
|
|
|
|
|
|
|
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
|
| 13 |
- uses: actions/checkout@v2
|
| 14 |
with:
|
| 15 |
fetch-depth: 0
|
| 16 |
+
lfs: true
|
| 17 |
+
- name: Checkout LFS objects
|
| 18 |
+
run: git lfs checkout
|
| 19 |
- name: Push to hub
|
| 20 |
env:
|
| 21 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|