We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
devcontainer.json
1 parent 34406c5 commit ff56945Copy full SHA for ff56945
.devcontainer/devcontainer.json
@@ -3,7 +3,7 @@
3
"features": {
4
"ghcr.io/devcontainers/features/hugo:1": {
5
"extended": true,
6
- "version": "0.145.0"
+ "version": "0.147.7"
7
},
8
"ghcr.io/devcontainers/features/node:1": {}
9
.github/workflows/pages.yaml
@@ -31,7 +31,7 @@ jobs:
31
build:
32
runs-on: ubuntu-latest
33
env:
34
- HUGO_VERSION: 0.145.0
+ HUGO_VERSION: 0.147.7
35
steps:
36
- name: Checkout
37
uses: actions/checkout@v4
netlify.toml
@@ -3,4 +3,4 @@ publish = "public"
command = "hugo --gc --minify -b ${DEPLOY_PRIME_URL}"
[build.environment]
-HUGO_VERSION = "0.145.0"
+HUGO_VERSION = "0.147.7"
0 commit comments