From 92365c13b04ac1273da0e5224b27baef55dd9266 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 13 Jun 2025 06:24:31 +0300 Subject: [PATCH] .github/workflows: pin Hugo v0.145.0 As a temporary measure until we can adjust for the template changes in v0.146.0+. --- .github/workflows/pages.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index fde0118b..74b8ab67 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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/fsc.csv -d - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 + with: + hugo-version: '0.145.0' - name: Build Hugo site run: hugo working-directory: site