We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55dcd5d commit 21fb92bCopy full SHA for 21fb92b
.github/workflows/main.yml
@@ -31,7 +31,9 @@ jobs:
31
- run: rustup override set ${{ env.RUST_VERSION }}
32
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
33
34
- - run: cargo run
+ - name: Install Zola
35
+ run: cargo install --locked --git https://github.com/senekor/zola --rev 92760aa18579d4a74a1461b08b4a03f869236000
36
+ - run: zola build
37
- run: cp CNAME ./public/
38
- run: touch public/.nojekyll
39
0 commit comments