2017-10-19 11:48:50 +00:00
|
|
|
[build]
|
2018-01-26 15:32:29 +00:00
|
|
|
base = "docs"
|
|
|
|
publish = "docs/public"
|
2019-05-01 16:31:54 +00:00
|
|
|
command = "zola build"
|
2017-10-19 11:48:50 +00:00
|
|
|
|
2018-01-26 15:32:29 +00:00
|
|
|
[build.environment]
|
2021-07-19 18:12:41 +00:00
|
|
|
ZOLA_VERSION = "0.14.0"
|
2017-10-19 11:48:50 +00:00
|
|
|
|
2018-01-26 15:32:29 +00:00
|
|
|
[context.deploy-preview]
|
2019-05-01 16:31:54 +00:00
|
|
|
command = "zola build --base-url $DEPLOY_PRIME_URL"
|