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 13:34:40 +00:00
parent e35d6e1772
commit e5ac017052

View File

@@ -31,13 +31,14 @@ jobs:
- name: Install Zola
uses: taiki-e/install-action@v2
with:
tool: zola
tool: zola@0.21.0
# Step 4: Run the build command
# Zola will generate the site in the 'main-site/public' directory
- name: Build Site
run: |
cd main-site
zola -V
zola build
# Step 5: Upload the 'public' directory as an artifact