update Hugo version to Extended 0.121.2, add support for Hugo Extended
Some checks failed
Build Hugo Site / build (push) Failing after 43s

This commit is contained in:
Andreas Hnida 2024-04-17 06:58:33 +02:00
commit 30b8cb07a6

View file

@ -20,10 +20,11 @@ jobs:
with:
go-version: '1.20.5'
- name: Set up Hugo
- name: Set up Hugo Extended
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.121.2'
extended: true # Specify to use Hugo Extended version
- name: Build Hugo site
run: hugo --minify