Spaces:
Sleeping
Sleeping
Stefano Fiorucci
commited on
Commit
•
bed2470
1
Parent(s):
9d9e89d
Update hf_sync.yml
Browse filesFormer-commit-id: 6f57c676efafc36cd5b04f6bb900939ef24c30c9
.github/workflows/hf_sync.yml
CHANGED
@@ -13,17 +13,6 @@ jobs:
|
|
13 |
- uses: actions/checkout@v2
|
14 |
with:
|
15 |
fetch-depth: 0
|
16 |
-
lfs: True
|
17 |
-
- name: LFS Install
|
18 |
-
run: git lfs install
|
19 |
-
- name: LFS Track
|
20 |
-
run: git lfs track presentations/*.pdf
|
21 |
-
- name: Checkout LFS objects
|
22 |
-
run: git lfs checkout
|
23 |
-
- name: LFS Push to hub
|
24 |
-
env:
|
25 |
-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
26 |
-
run: git lfs push https://anakin87:[email protected]/spaces/anakin87/who-killed-laura-palmer main
|
27 |
- name: Push to hub
|
28 |
env:
|
29 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
13 |
- uses: actions/checkout@v2
|
14 |
with:
|
15 |
fetch-depth: 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|