Skip to content

Commit 76e30d8

Browse files
committed
Update to zola v0.20
1 parent 6811eff commit 76e30d8

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
cd findutils
6565
cd docs
6666
mdbook build
67-
67+
6868
- name: Run Zola
69-
uses: shalzz/zola-deploy-action@v0.18.0
69+
uses: shalzz/zola-deploy-action@v0.20.0
7070
env:
7171
BUILD_DIR: uutils.github.io
7272
BUILD_ONLY: true

config.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ description = ""
77

88
default_language = "en"
99

10-
paginate_by = 10
11-
12-
generate_feed = true
10+
generate_feeds = true
1311

1412
[markdown]
1513
highlight_code = true

0 commit comments

Comments
 (0)