Skip to content

Commit 21fb92b

Browse files
committed
Update CI for Zola setup
1 parent 55dcd5d commit 21fb92b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
- run: rustup override set ${{ env.RUST_VERSION }}
3232
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
3333

34-
- run: cargo run
34+
- name: Install Zola
35+
run: cargo install --locked --git https://github.com/senekor/zola --rev 92760aa18579d4a74a1461b08b4a03f869236000
36+
- run: zola build
3537
- run: cp CNAME ./public/
3638
- run: touch public/.nojekyll
3739

0 commit comments

Comments
 (0)