Update Hugo
This commit is contained in:
parent
9fda084552
commit
1685ff82e3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
hugo-version: '0.79.0'
|
hugo-version: '0.83.1'
|
||||||
extended: true
|
extended: true
|
||||||
|
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
|
|
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
hugo-version: '0.79.0'
|
hugo-version: '0.83.1'
|
||||||
extended: true
|
extended: true
|
||||||
|
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
|
|
Loading…
Reference in a new issue