Skip to content

Commit

Permalink
Bump Zola to 0.19.2 (#48)
Browse files Browse the repository at this point in the history
The `generate_feed` option was renamed to `generate_feeds` in version
0.19, so this update should fix the atom feed.
  • Loading branch information
the-mikedavis authored Aug 23, 2024
1 parent ffbf0d3 commit a965279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zola.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a965279

Please sign in to comment.