mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
11 lines
199 B
TOML
11 lines
199 B
TOML
[build]
|
|
base = "site/"
|
|
command = "hugo"
|
|
publish = "../publishedSite"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.92.2"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.92.2"
|