update Hugo version to Extended 0.121.2, add support for Hugo Extended
Some checks failed
Build Hugo Site / build (push) Failing after 43s
Some checks failed
Build Hugo Site / build (push) Failing after 43s
This commit is contained in:
parent
70ba9f2e72
commit
30b8cb07a6
1 changed files with 2 additions and 1 deletions
|
|
@ -20,10 +20,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: '1.20.5'
|
go-version: '1.20.5'
|
||||||
|
|
||||||
- name: Set up Hugo
|
- name: Set up Hugo Extended
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
hugo-version: '0.121.2'
|
hugo-version: '0.121.2'
|
||||||
|
extended: true # Specify to use Hugo Extended version
|
||||||
|
|
||||||
- name: Build Hugo site
|
- name: Build Hugo site
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue