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