mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
16 lines
279 B
TOML
16 lines
279 B
TOML
[build]
|
|
publish = "site/public"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.87.0"
|
|
NODE_VERSION = "15.5.1"
|
|
NPM_VERSION = "7.3.0"
|
|
|
|
[context.deploy-preview]
|
|
command = """
|
|
./scripts/docs/prepare-site.sh
|
|
cd site
|
|
npm install
|
|
hugo -b ${DEPLOY_PRIME_URL} --gc
|
|
"""
|