mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
Bump hugo version in workflow
This commit is contained in:
parent
15bda83cc1
commit
1f8e4fc9d9
2
.github/workflows/build-publish.yml
vendored
2
.github/workflows/build-publish.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: Setup hugo
|
- name: Setup hugo
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
hugo-version: '0.105.0'
|
hugo-version: "0.120.1"
|
||||||
extended: true
|
extended: true
|
||||||
|
|
||||||
# Will use the build.sh script to build the page using hugo.
|
# Will use the build.sh script to build the page using hugo.
|
||||||
|
|
Loading…
Reference in a new issue