.github/workflows: pin Hugo v0.145.0

As a temporary measure until we can adjust for the template changes
in v0.146.0+.
This commit is contained in:
2025-06-13 06:24:31 +03:00
parent e910d6cc02
commit 92365c13b0

View File

@ -38,7 +38,9 @@ jobs:
poetry run ./util/generate-hugo-content.py -i ./data/iseal-core.csv --clean -d poetry run ./util/generate-hugo-content.py -i ./data/iseal-core.csv --clean -d
poetry run ./util/generate-hugo-content.py -i ./data/fsc.csv -d poetry run ./util/generate-hugo-content.py -i ./data/fsc.csv -d
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.145.0'
- name: Build Hugo site - name: Build Hugo site
run: hugo run: hugo
working-directory: site working-directory: site