Skip to content

Commit

Permalink
fix typo error in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
whoisYoges committed Apr 9, 2024
1 parent 4fcd3e0 commit 651a58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zola-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install Zola
run: |
curl -sSL -o /tmp/zola.tar.gz https://github.com/getzola/zola/releases/download/{{ env.ZOLA_VERSION }}/zola-${{ env.ZOLA_VERSION }}-x86_64-unknown-linux-gnu.tar.gz
curl -sSL -o /tmp/zola.tar.gz https://github.com/getzola/zola/releases/download/${{ env.ZOLA_VERSION }}/zola-${{ env.ZOLA_VERSION }}-x86_64-unknown-linux-gnu.tar.gz
tar -xf /tmp/zola.tar.gz -C /usr/local/bin
zola --version
Expand Down

0 comments on commit 651a58d

Please sign in to comment.