Temporarily use old Hugo version
Some checks failed
Schülerzeitung Prod/Test / Produktivumgebung (push) Successful in 14s
Schülerzeitung Prod/Test / Testumgebung (push) Failing after 3s

This commit is contained in:
2025-01-28 12:59:30 +01:00
parent 81efd6b4d4
commit 4d4aa8ad84

View File

@ -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