diff --git a/README.md b/README.md index 42ff48d..4b60ee6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ name: Build and deploy Zola website on: push: branches: - - master + - main permissions: contents: read @@ -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 @@ -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` \ No newline at end of file +- `check_flags`: additional flags on top of basic `zola check`