From b86adf7cef259d51ed164eb88c6aa7e00044cb76 Mon Sep 17 00:00:00 2001 From: ccleberg <156287552+ccleberg@users.noreply.github.com> Date: Sun, 23 Jun 2024 17:55:49 +0000 Subject: Fix Zola build steps --- .../azure-static-web-apps-polite-tree-0f2fa1d10.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml b/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml index e6f12c5..d0deb84 100644 --- a/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml +++ b/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml @@ -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 -- cgit v1.2.3-70-g09d2