inspec/docs-chef-io/netlify.toml

17 lines
297 B
TOML
Raw Permalink Normal View History

[build]
[build.environment]
HUGO_ENABLEGITINFO = "true"
NODE_ENV = "development"
[build.processing]
skip_processing = true
[context.deploy-preview]
publish = "chef-web-docs/public"
command = "make preview_netlify"
[context.production]
publish = "netlify_production"
command = ""