Skip to content

Commit 5d5397c

Browse files
committed
Enable git LFS in CI workflow
1 parent 8aec7eb commit 5d5397c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: "Checkout"
1212
uses: actions/checkout@v4
13+
with:
14+
lfs: true
1315

1416
- name: "Install"
1517
run: npm ci
@@ -34,6 +36,8 @@ jobs:
3436
steps:
3537
- name: "Checkout"
3638
uses: actions/checkout@v4
39+
with:
40+
lfs: true
3741

3842
- name: "Install"
3943
run: npm ci

0 commit comments

Comments
 (0)