Skip to content

Commit cdd549c

Browse files
committed
build using zola 0.20.0
1 parent dc9ffdd commit cdd549c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name: Build and deploy website preview
1313

1414
env:
15-
ZOLA_VERSION: "0.19.2"
15+
ZOLA_VERSION: "0.20.0"
1616
CNAME: "coderefinery.org"
1717

1818
on:

.github/workflows/build-upon-push-or-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name: Build and deploy website upon push or merge to main
1313

1414
env:
15-
ZOLA_VERSION: "0.19.2"
15+
ZOLA_VERSION: "0.20.0"
1616
CNAME: "coderefinery.org"
1717

1818
on:

0 commit comments

Comments
 (0)