Spaces:
Sleeping
Sleeping
Commit
·
2b03c04
1
Parent(s):
b9dd4c2
update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -14,6 +14,11 @@ 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 Git LFS
|
18 |
+
run: |
|
19 |
+
sudo apt-get update
|
20 |
+
sudo apt-get install git-lfs
|
21 |
+
git lfs install
|
22 |
- name: Push to hub
|
23 |
env:
|
24 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|