Skip to content

Commit 07424b9

Browse files
committed
Checkout LFS files on deploy
1 parent 02aa22e commit 07424b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@ jobs:
4343
- name: Checkout
4444
uses: actions/checkout@v4
4545
with:
46+
lfs: true
4647
submodules: recursive
4748
fetch-depth: 0
49+
- name: Checkout LFS objects
50+
run: git lfs checkout
4851
- name: Setup Node.js
4952
uses: actions/setup-node@v4
5053
with:

0 commit comments

Comments
 (0)