Skip to content

Commit a989152

Browse files
committed
chore: checkout submodules in the CI
1 parent ca4b437 commit a989152

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-site.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout Repository
1515
uses: actions/checkout@v4
16+
with:
17+
submodules: true
1618
- name: Setup Ruby
1719
uses: ruby/setup-ruby@v1
1820
with:

0 commit comments

Comments
 (0)