Bump Zola to 0.19.2 (#48)

The `generate_feed` option was renamed to `generate_feeds` in version
0.19, so this update should fix the atom feed.
This commit is contained in:
Michael Davis
2024-08-23 04:18:49 -05:00
committed by GitHub
parent ffbf0d3de7
commit a9652796d4

View File

@@ -13,7 +13,7 @@ jobs:
- name: Install Zola
run: wget -q -O - "https://github.com/getzola/zola/releases/download/v${ZOLA_VERSION}/zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz" | sudo tar xzf - -C /usr/local/bin
env:
ZOLA_VERSION: 0.17.1
ZOLA_VERSION: 0.19.2
- name: Build
run: zola build
- name: Deploy