ci(split-packages): enable manual + chained runs; gate on success

This commit is contained in:
Splitter
2025-09-07 00:13:38 +00:00
parent b296682a36
commit fbe8e479c5
3 changed files with 4 additions and 4 deletions

2
go.mod
View File

@@ -4,5 +4,5 @@ go 1.19
require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.5.2
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.6.0
)

View File

@@ -1,5 +1,5 @@
build:
hugo_version: '0.148.2'
hugo_version: '0.149.1'
template:
id: "academic-cv"
name: "Academic CV"

View File

@@ -3,7 +3,7 @@
publish = "public"
[build.environment]
HUGO_VERSION = "0.148.2"
HUGO_VERSION = "0.149.1"
NODE_VERSION = "20.0.0"
HUGO_ENABLEGITINFO = "true"