We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ecef9e commit d123a1aCopy full SHA for d123a1a
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
git clone "https://github.com/$REPOSITORY" .
17
- name: Download Zola
18
run: |
19
- version='v0.13.0'
+ version='v0.18.0'
20
archive="zola-${version}-x86_64-unknown-linux-gnu.tar.gz"
21
curl -L "https://github.com/getzola/zola/releases/download/${version}/${archive}" -o "$archive"
22
tar xf "$archive"
0 commit comments