joplin-mdbooks-website/netlify.toml
2021-01-01 15:59:08 +02:00

12 lines
292 B
TOML

# We don't currently use Netlify for deployments/serving.
[build]
publish = "public"
command = "git clone https://github.com/getzola/book.git themes/book/; zola build"
[build.environment]
ZOLA_VERSION = "0.12.2"
[context.deploy-preview]
command = "zola build --base-url $DEPLOY_PRIME_URL"