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 8s

This commit is contained in:
2025-10-09 13:46:10 +00:00
parent e5ac017052
commit f384907712

View File

@@ -36,7 +36,11 @@ jobs:
# Step 4: Run the build command
# Zola will generate the site in the 'main-site/public' directory
- name: Build Site
env:
LANG: en_US.UTF-8
LC_ALL: en_US.UTF-8
run: |
echo "Building site with LANG=${LANG}"
cd main-site
zola -V
zola build