Spaces:
Sleeping
Sleeping
marintosti12 commited on
Commit ·
825f0dc
1
Parent(s): eead467
fix(lfs) : fix du lfs pour le deploy
Browse files
.github/workflows/deploy.yaml
CHANGED
|
@@ -27,6 +27,9 @@ jobs:
|
|
| 27 |
steps:
|
| 28 |
- name: Checkout
|
| 29 |
uses: actions/checkout@v4
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
# garde-fou: si secrets manquants, on sort proprement
|
| 32 |
- name: Guard secrets
|
|
|
|
| 27 |
steps:
|
| 28 |
- name: Checkout
|
| 29 |
uses: actions/checkout@v4
|
| 30 |
+
with:
|
| 31 |
+
fetch-depth: 0
|
| 32 |
+
lfs: true
|
| 33 |
|
| 34 |
# garde-fou: si secrets manquants, on sort proprement
|
| 35 |
- name: Guard secrets
|