12 lines
292 B
TOML
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"
|