Spaces:
Sleeping
Sleeping
Commit
·
ebd11e1
1
Parent(s):
db8beb1
update yaml
Browse files
.github/workflows/main.yml
CHANGED
@@ -14,11 +14,6 @@ jobs:
|
|
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 }}
|
|
|
14 |
with:
|
15 |
fetch-depth: 0
|
16 |
lfs: true
|
|
|
|
|
|
|
|
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|