mirror of https://github.com/kubeflow/website.git
16 lines
405 B
TOML
16 lines
405 B
TOML
[build]
|
|
publish = "public"
|
|
command = "cd themes/docsy && git submodule update -f --init && cd ../.. && hugo --gc --minify"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.92.0"
|
|
NODE_VERSION = "16"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.92.0"
|
|
HUGO_ENV = "production"
|
|
NODE_VERSION = "16"
|
|
|
|
[context.branch-deploy.environment]
|
|
HUGO_VERSION = "0.92.0"
|
|
NODE_VERSION = "16" |