We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cccc8d + db26e5f commit c7739f1Copy full SHA for c7739f1
.github/workflows/hugo.yaml
@@ -32,7 +32,7 @@ jobs:
32
build:
33
runs-on: ubuntu-24.04
34
env:
35
- HUGO_VERSION: 0.148.1
+ HUGO_VERSION: 0.157.0
36
steps:
37
- name: Install Hugo CLI
38
run: |
netlify.toml
@@ -7,7 +7,7 @@ publish = "public"
7
8
[build.environment]
9
GO_VERSION = "1.23.8"
10
-HUGO_VERSION = "0.148.1"
+HUGO_VERSION = "0.157.0"
11
12
[context.production]
13
command = "npm run build:production"
0 commit comments