From 4d4aa8ad84bf0a95198a2ba32ab534b605a14585 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Tue, 28 Jan 2025 12:59:30 +0100 Subject: [PATCH] Temporarily use old Hugo version --- .gitea/workflows/prod.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/prod.yml b/.gitea/workflows/prod.yml index b7160ee..ef7a3cc 100644 --- a/.gitea/workflows/prod.yml +++ b/.gitea/workflows/prod.yml @@ -14,6 +14,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