Skip to content

Commit 522afe2

Browse files
authored
[Misc] website: version updated (#287)
Update to latest hugo.
1 parent 2eb9571 commit 522afe2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Hugo
3939
uses: peaceiris/actions-hugo@v3
4040
with:
41-
hugo-version: "0.151.2"
41+
hugo-version: "0.152.2"
4242
extended: true
4343
- name: Setup Node
4444
uses: actions/setup-node@v6

website/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ params:
170170
module:
171171
hugoVersion:
172172
extended: true
173-
min: 0.151.0
173+
min: 0.152.0
174174
imports:
175175
- path: github.com/google/docsy
176176
disable: false

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
33
"autoprefixer": "^10.4.21",
4-
"hugo-extended": "^0.151.0",
4+
"hugo-extended": "^0.152.2",
55
"postcss-cli": "^11.0.1"
66
}
77
}

0 commit comments

Comments
 (0)