Skip to content

Commit 45a811a

Browse files
Install submodules during build, as they are now needed with .github
1 parent ec6dc1e commit 45a811a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Install Dependencies
3030
run: npm install
3131

32+
- name: Install Submodules
33+
run: git submodule update
34+
3235
- name: Build Site
3336
run: npm run build
3437

0 commit comments

Comments
 (0)