mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
12 lines
226 B
TOML
12 lines
226 B
TOML
[build]
|
|
publish = "public"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.116.1"
|
|
HUGO_ENABLEGITINFO = "true"
|
|
HUGO_ENVIRONMENT = "preview"
|
|
|
|
[context.deploy-preview]
|
|
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
|
|