mirror of
https://github.com/helix-editor/website.git
synced 2025-10-05 23:52:39 +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
|
- 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
|
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:
|
env:
|
||||||
ZOLA_VERSION: 0.17.1
|
ZOLA_VERSION: 0.19.2
|
||||||
- name: Build
|
- name: Build
|
||||||
run: zola build
|
run: zola build
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
Reference in New Issue
Block a user