From 44285609a9bf1b80d741edcba3dc731b32b2e638 Mon Sep 17 00:00:00 2001 From: finmoon Date: Thu, 9 Oct 2025 14:03:29 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_deploy.yaml --- .gitea/workflows/build_and_deploy.yaml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/build_and_deploy.yaml b/.gitea/workflows/build_and_deploy.yaml index 3e60cc3..79a4646 100644 --- a/.gitea/workflows/build_and_deploy.yaml +++ b/.gitea/workflows/build_and_deploy.yaml @@ -27,19 +27,10 @@ jobs: path: main-site/themes/anemone token: ${{ secrets.ANEMONE_TOKEN }} - # Step 3a: Install the Rust toolchain (cargo, rustc, etc.) - - name: Install Rust Toolchain - uses: actions-rs/toolchain@v1 + - name: Install Zola + uses: taiki-e/install-action@v2 with: - toolchain: stable - override: true - - # Step 3b: Build and Install Zola from source for a specific version - - name: Build and Install Zola from Source - run: | - cargo install --locked --git https://github.com/getzola/zola --tag v0.21.0 - echo "Installed Zola version:" - zola --version + tool: zola # Step 4: Run the build command