We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb9571 commit 522afe2Copy full SHA for 522afe2
.github/workflows/publish-website.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: Setup Hugo
39
uses: peaceiris/actions-hugo@v3
40
with:
41
- hugo-version: "0.151.2"
+ hugo-version: "0.152.2"
42
extended: true
43
- name: Setup Node
44
uses: actions/setup-node@v6
website/hugo.yaml
@@ -170,7 +170,7 @@ params:
170
module:
171
hugoVersion:
172
173
- min: 0.151.0
+ min: 0.152.0
174
imports:
175
- path: github.com/google/docsy
176
disable: false
website/package.json
@@ -1,7 +1,7 @@
1
{
2
"devDependencies": {
3
"autoprefixer": "^10.4.21",
4
- "hugo-extended": "^0.151.0",
+ "hugo-extended": "^0.152.2",
5
"postcss-cli": "^11.0.1"
6
}
7
0 commit comments