joplin-mdbooks-website/netlify.toml

12 lines
292 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"
2021-01-01 08:59:08 -05:00
command = "git clone https://github.com/getzola/book.git themes/book/; zola build"
2021-01-01 08:56:46 -05:00
[build.environment]
ZOLA_VERSION = "0.12.2"
[context.deploy-preview]
command = "zola build --base-url $DEPLOY_PRIME_URL"