Skip to content

Commit d123a1a

Browse files
committed
ci: Upgrade zola
1 parent 4ecef9e commit d123a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
git clone "https://github.com/$REPOSITORY" .
1717
- name: Download Zola
1818
run: |
19-
version='v0.13.0'
19+
version='v0.18.0'
2020
archive="zola-${version}-x86_64-unknown-linux-gnu.tar.gz"
2121
curl -L "https://github.com/getzola/zola/releases/download/${version}/${archive}" -o "$archive"
2222
tar xf "$archive"

0 commit comments

Comments
 (0)