Skip to content

Commit

Permalink
zola 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Jan 23, 2022
1 parent 5e76fec commit 16702ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: download zola
run: |
curl -sLo /tmp/zola.tar.gz https://github.com/getzola/zola/releases/download/v0.15.2/zola-v0.15.2-x86_64-unknown-linux-gnu.tar.gz
curl -sLo /tmp/zola.tar.gz https://github.com/getzola/zola/releases/download/v0.15.3/zola-v0.15.3-x86_64-unknown-linux-gnu.tar.gz
tar -xzf /tmp/zola.tar.gz
- name: build
Expand Down

0 comments on commit 16702ed

Please sign in to comment.