We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4b437 commit a989152Copy full SHA for a989152
.github/workflows/build-site.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout Repository
15
uses: actions/checkout@v4
16
+ with:
17
+ submodules: true
18
- name: Setup Ruby
19
uses: ruby/setup-ruby@v1
20
with:
0 commit comments