diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 17cdfd021..b4c4fb680 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -64,9 +64,9 @@ jobs: cd findutils cd docs mdbook build - + - name: Run Zola - uses: shalzz/zola-deploy-action@v0.18.0 + uses: shalzz/zola-deploy-action@v0.20.0 env: BUILD_DIR: uutils.github.io BUILD_ONLY: true diff --git a/config.toml b/config.toml index be03294fa..f80949de2 100644 --- a/config.toml +++ b/config.toml @@ -7,9 +7,7 @@ description = "" default_language = "en" -paginate_by = 10 - -generate_feed = true +generate_feeds = true [markdown] highlight_code = true