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 517940c commit adbf362Copy full SHA for adbf362
.github/workflows/book.yml
@@ -12,6 +12,8 @@ jobs:
12
ZOLA_VERSION: 0.16.0
13
steps:
14
- uses: actions/checkout@v3
15
+ with:
16
+ submodules: recursive
17
- name: Install Zola
18
run: |
19
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