Spaces:
Sleeping
Sleeping
Commit
·
031cbf0
1
Parent(s):
443b9b8
new
Browse files
.github/workflows/deploy-to-huggingface.yml
CHANGED
@@ -54,10 +54,8 @@ jobs:
|
|
54 |
run: |
|
55 |
git lfs track "*.png"
|
56 |
git lfs track "*.h5"
|
57 |
-
yes y | git lfs migrate import --include="*.png,*.h5"
|
58 |
-
|
59 |
git add .gitattributes
|
60 |
-
|
61 |
# Stage and commit all changes
|
62 |
- name: Commit changes
|
63 |
run: |
|
|
|
54 |
run: |
|
55 |
git lfs track "*.png"
|
56 |
git lfs track "*.h5"
|
|
|
|
|
57 |
git add .gitattributes
|
58 |
+
yes y | git lfs migrate import --everything --include="*.png,*.h5"
|
59 |
# Stage and commit all changes
|
60 |
- name: Commit changes
|
61 |
run: |
|