mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-14 18:35:37 +00:00
14 lines
262 B
TOML
14 lines
262 B
TOML
[build]
|
|
command = "npm run build"
|
|
publish = "public"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.36"
|
|
|
|
[context.production.environment]
|
|
HUGO_ENV = "production"
|
|
NODE_ENV = "production"
|
|
|
|
[context.deploy-preview]
|
|
command = "npm run build:preview"
|