Skip to content

Commit 7bf58ca

Browse files
committed
fix: hugo version
1 parent 942c373 commit 7bf58ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Hugo
3737
uses: peaceiris/actions-hugo@v2
3838
with:
39-
hugo-version: "0.119.0"
39+
hugo-version: "0.152.2"
4040
extended: true
4141

4242
- name: Build site

config/_default/module.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[hugoVersion]
22
extended = true
33
min = "0.141.0"
4-
max = "0.150.0"
4+
max = "0.152.2"

0 commit comments

Comments
 (0)