Spaces:
Sleeping
Sleeping
marintosti12 commited on
Commit ·
7deedda
1
Parent(s): 42f8612
fix(deploy) : rework deploy
Browse files
.github/workflows/deploy.yaml
CHANGED
|
@@ -42,7 +42,6 @@ jobs:
|
|
| 42 |
run: |
|
| 43 |
git config --global user.email "${HF_GIT_EMAIL}"
|
| 44 |
git config --global user.name "${HF_GIT_NAME}"
|
| 45 |
-
git lfs install
|
| 46 |
|
| 47 |
- name: Push to Space
|
| 48 |
run: |
|
|
|
|
| 42 |
run: |
|
| 43 |
git config --global user.email "${HF_GIT_EMAIL}"
|
| 44 |
git config --global user.name "${HF_GIT_NAME}"
|
|
|
|
| 45 |
|
| 46 |
- name: Push to Space
|
| 47 |
run: |
|