From f3849077120eafb74d54dd2901fe4b6a8c0dd9af Mon Sep 17 00:00:00 2001 From: finmoon Date: Thu, 9 Oct 2025 13:46:10 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_deploy.yaml --- .gitea/workflows/build_and_deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build_and_deploy.yaml b/.gitea/workflows/build_and_deploy.yaml index 864470c..917b4c2 100644 --- a/.gitea/workflows/build_and_deploy.yaml +++ b/.gitea/workflows/build_and_deploy.yaml @@ -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