cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
578e8ec8e674665393a659ee72d8e5ef1b7ffb62
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2024-06-23T17:55:49Z
committer: <noreply@github.com>
.../azure-static-web-apps-polite-tree-0f2fa1d10.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) @@ -15,15 +15,9 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - name: Install Zola - run: | - set -x - wget -O - \ - "https://github.com/getzola/zola/releases/download/v${ZOLA_VERSION}/zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz" \ - | sudo tar xzf - -C /usr/local/bin - - name: Build with Zola - run: | - zola build + - uses: taiki-e/install-action@v2 + with: + tool: zola@0.19.0 - uses: actions/checkout@v4 with: submodules: true