Skip to content

Commit

Permalink
ci: Upgrade zola
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Mar 22, 2024
1 parent 4ecef9e commit d123a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
git clone "https://github.com/$REPOSITORY" .
- name: Download Zola
run: |
version='v0.13.0'
version='v0.18.0'
archive="zola-${version}-x86_64-unknown-linux-gnu.tar.gz"
curl -L "https://github.com/getzola/zola/releases/download/${version}/${archive}" -o "$archive"
tar xf "$archive"
Expand Down

0 comments on commit d123a1a

Please sign in to comment.