Skip to content

Commit 0efee14

Browse files
committed
Update CI for Zola setup
1 parent fff1b17 commit 0efee14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
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 620bf3c46a39b41db30b1e91756a995bbff84d3a
36+
- run: zola build
3537
- run: cp CNAME ./public/
3638
- run: touch public/.nojekyll
3739

0 commit comments

Comments
 (0)