We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6811eff commit 76e30d8Copy full SHA for 76e30d8
.github/workflows/website.yml
@@ -64,9 +64,9 @@ jobs:
64
cd findutils
65
cd docs
66
mdbook build
67
-
+
68
- name: Run Zola
69
- uses: shalzz/zola-deploy-action@v0.18.0
+ uses: shalzz/zola-deploy-action@v0.20.0
70
env:
71
BUILD_DIR: uutils.github.io
72
BUILD_ONLY: true
config.toml
@@ -7,9 +7,7 @@ description = ""
7
8
default_language = "en"
9
10
-paginate_by = 10
11
12
-generate_feed = true
+generate_feeds = true
13
14
[markdown]
15
highlight_code = true
0 commit comments