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