Skip to content

Commit ff56945

Browse files
authored
chore: bump Hugo to 0.147.7 in devcontainer.json, GitHub action & Netlify (#13)
* bump Hugo to 0.147.7 in devcontainer.json * bump Hugo version in GitHub action * bump Hugo in netlify.toml
1 parent 34406c5 commit ff56945

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"features": {
44
"ghcr.io/devcontainers/features/hugo:1": {
55
"extended": true,
6-
"version": "0.145.0"
6+
"version": "0.147.7"
77
},
88
"ghcr.io/devcontainers/features/node:1": {}
99
},

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build:
3232
runs-on: ubuntu-latest
3333
env:
34-
HUGO_VERSION: 0.145.0
34+
HUGO_VERSION: 0.147.7
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v4

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ publish = "public"
33
command = "hugo --gc --minify -b ${DEPLOY_PRIME_URL}"
44

55
[build.environment]
6-
HUGO_VERSION = "0.145.0"
6+
HUGO_VERSION = "0.147.7"

0 commit comments

Comments
 (0)