Bump Zola version to 0.22.1 in deploy workflow

0.19.2 expects config.toml but this project uses zola.toml,
which is supported in newer Zola versions.
This commit is contained in:
Graham McIntire 2026-02-17 10:02:08 -06:00
parent a042fe6913
commit 8d9cca889a
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ jobs:
- name: Install Zola
run: |
ZOLA_VERSION="0.19.2"
ZOLA_VERSION="0.22.1"
wget -q "https://github.com/getzola/zola/releases/download/v${ZOLA_VERSION}/zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz" -O /tmp/zola.tar.gz
tar -xzf /tmp/zola.tar.gz -C /usr/local/bin
zola --version