Skip to content

Commit 0171a8a

Browse files
author
Splitter
committed
chore(starters): bump modules and Hugo
1 parent fe81fac commit 0171a8a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy website to GitHub Pages
22

33
env:
4-
WC_HUGO_VERSION: '0.150.1'
4+
WC_HUGO_VERSION: '0.152.1'
55
NODE_VERSION: '20'
66

77
on:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/HugoBlox/theme-documentation
33
go 1.15
44

55
require (
6-
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v0.0.0-20231109145828-d9695efa098f
7-
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20250925205154-e9b31f8090c0
6+
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.9.0
88
)

hugoblox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
hugo_version: '0.150.1'
2+
hugo_version: '0.152.1'
33
template:
44
id: "documentation"
55
name: "Documentation"

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
publish = "public"
2222

2323
[build.environment]
24-
HUGO_VERSION = "0.150.1"
24+
HUGO_VERSION = "0.152.1"
2525
GO_VERSION = "1.21.5"
2626
NODE_VERSION = "22"
2727
HUGO_ENABLEGITINFO = "true"

0 commit comments

Comments
 (0)