Skip to content

Commit 2717717

Browse files
authored
Merge pull request #7 from leejuyuu/5-theme-not-working
Enable submodules when building
2 parents 371fb6b + ddf8301 commit 2717717

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout main
1515
uses: actions/checkout@v4
16+
with:
17+
submodules: true
1618
- name: Build only
1719
uses: shalzz/[email protected]
1820
env:

0 commit comments

Comments
 (0)