14 lines
245 B
TOML
14 lines
245 B
TOML
[build]
|
|
base = "website"
|
|
publish = "website/public"
|
|
command = "make production-build"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.53"
|
|
|
|
[context.deploy-preview]
|
|
command = "make preview-build"
|
|
|
|
[context.branch-deploy]
|
|
command = "make preview-build"
|