mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
faf0b42fa0
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
18 lines
345 B
TOML
18 lines
345 B
TOML
[build]
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.91.2"
|
|
HUGO_ENABLEGITINFO = "true"
|
|
GO_VERSION = "1.15"
|
|
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 = ""
|