Use old Hugo version for test build
All checks were successful
Schülerzeitung Prod/Test / Produktivumgebung (push) Successful in 7s
Schülerzeitung Prod/Test / Testumgebung (push) Successful in 5s

This commit is contained in:
2025-01-28 13:04:26 +01:00
parent 4d4aa8ad84
commit 204527ec6d

View File

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