Skip to content

Commit adbf362

Browse files
Xavier DenisXavier Denis
authored andcommitted
checkout theme
1 parent 517940c commit adbf362

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/book.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
ZOLA_VERSION: 0.16.0
1313
steps:
1414
- uses: actions/checkout@v3
15+
with:
16+
submodules: recursive
1517
- name: Install Zola
1618
run: |
1719
curl -sL https://github.com/getzola/zola/releases/download/v${ZOLA_VERSION}/zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz | tar xz -C /usr/local/bin

0 commit comments

Comments
 (0)