aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-06-23 17:55:49 +0000
committerGitHub <[email protected]>2024-06-23 17:55:49 +0000
commit578e8ec8e674665393a659ee72d8e5ef1b7ffb62 (patch)
treeda90b56b18273864aacf81c627f35b2445fd1611
parenta3a0b8a6e0bdf5a492d7c13cb9bd769118223dbe (diff)
downloadcleberg.net-578e8ec8e674665393a659ee72d8e5ef1b7ffb62.tar.gz
cleberg.net-578e8ec8e674665393a659ee72d8e5ef1b7ffb62.tar.bz2
cleberg.net-578e8ec8e674665393a659ee72d8e5ef1b7ffb62.zip
Fix Zola build steps
-rw-r--r--.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml12
1 files changed, 3 insertions, 9 deletions
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:
- uses: actions/checkout@v4
with:
submodules: true