mirror of
https://github.com/helix-editor/website.git
synced 2025-10-05 15:52:38 +02:00
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:
2
.github/workflows/zola.yml
vendored
2
.github/workflows/zola.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user