Update .gitea/workflows/build_and_deploy.yaml
All checks were successful
Build and Deploy Zola Site / build (push) Successful in 19s
Build and Deploy Zola Site / deploy (push) Successful in 7s

This commit is contained in:
2025-10-09 14:03:29 +00:00
parent c0d12fe181
commit 44285609a9

View File

@@ -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