Skip to content

Commit

Permalink
build with latest zola
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Dec 14, 2024
1 parent c7d4034 commit 3d94637
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name: Build and deploy website preview

env:
ZOLA_VERSION: "0.18.0"
ZOLA_VERSION: "0.19.2"
CNAME: "coderefinery.org"

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-upon-push-or-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name: Build and deploy website upon push or merge to main

env:
ZOLA_VERSION: "0.18.0"
ZOLA_VERSION: "0.19.2"
CNAME: "coderefinery.org"

on:
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build_search_index = false
# instead of /blog/2020/04/14/first-online-workshop/
slugify.paths = "off"

generate_feed = true
generate_feeds = true

[markdown]
# Whether to do syntax highlighting
Expand Down

0 comments on commit 3d94637

Please sign in to comment.