mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2025-06-18 06:25:22 +02:00
.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:
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user