From 204527ec6da1cc1c3f669a24164d011a040e0aa1 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Tue, 28 Jan 2025 13:04:26 +0100 Subject: [PATCH] Use old Hugo version for test build --- .gitea/workflows/prod.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/prod.yml b/.gitea/workflows/prod.yml index ef7a3cc..f6aa9d9 100644 --- a/.gitea/workflows/prod.yml +++ b/.gitea/workflows/prod.yml @@ -49,6 +49,11 @@ jobs: if: gitea.repository == 'gcg/schuelerzeitung' runs-on: act-runner-user steps: + - name: Setup Hugo + uses: https://github.com/peaceiris/actions-hugo@v3 + with: + hugo-version: '0.123.0' + extended: true - name: Pull run: | git fetch --all