joplin-mdbooks-website/netlify.toml

12 lines
232 B
TOML
Raw Normal View History

2021-01-01 08:56:46 -05:00
# We don't currently use Netlify for deployments/serving.
[build]
publish = "public"
command = "zola build"
[build.environment]
ZOLA_VERSION = "0.12.2"
[context.deploy-preview]
command = "zola build --base-url $DEPLOY_PRIME_URL"