Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: Build and deploy Zola website
on:
push:
branches:
- master
- main

permissions:
contents: read
Expand All @@ -37,9 +37,9 @@ jobs:
uses: actions/checkout@v6.0.1

- name: Build Zola + upload Pages artifact
uses: getzola/github-pages@066755243e69f508fd1a74739fbf1a65f656c790
uses: getzola/github-pages@v1
with:
zola_version: v0.22.0
zola_version: v0.22.1

deploy:
runs-on: ubuntu-latest
Expand All @@ -59,4 +59,4 @@ jobs:
- `output_dir`: defaults to `public`, where the Zola site is built
- `build_flags`: additional flags on top of basic `zola build`
- `check_links`: defaults to `false`, whether to run `zola check` before `zola build`
- `check_flags`: additional flags on top of basic `zola check`
- `check_flags`: additional flags on top of basic `zola check`