ci(split-packages): enable manual + chained runs; gate on success
This commit is contained in:
2
go.mod
2
go.mod
@@ -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
|
||||
)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
build:
|
||||
hugo_version: '0.148.2'
|
||||
hugo_version: '0.149.1'
|
||||
template:
|
||||
id: "academic-cv"
|
||||
name: "Academic CV"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user