diff --git a/.gitea/workflows/build_and_deploy.yaml b/.gitea/workflows/build_and_deploy.yaml index 8e7cec0..864470c 100644 --- a/.gitea/workflows/build_and_deploy.yaml +++ b/.gitea/workflows/build_and_deploy.yaml @@ -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