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