Skip to content

Commit 37859c4

Browse files
author
Splitter
committed
ci(split-packages): enable manual + chained runs; gate on success
1 parent e37ca6b commit 37859c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.15
44

55
require (
66
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2
7-
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.5.2
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.6.0
88
)

hugoblox.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
hugo_version: '0.148.2'
2+
hugo_version: '0.149.1'
33
template:
4-
id: "documentation"
4+
id: "documentation"
55
name: "Documentation"

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
publish = "public"
44

55
[build.environment]
6-
HUGO_VERSION = "0.148.2"
6+
HUGO_VERSION = "0.149.1"
77
NODE_VERSION = "20.0.0"
88
HUGO_ENABLEGITINFO = "true"
99

0 commit comments

Comments
 (0)