Is Netlify support working again?

This commit is contained in:
Vincent Prouillet 2019-05-01 18:31:54 +02:00
parent aae2748c59
commit f816e8a023

View file

@ -1,10 +1,10 @@
[build]
base = "docs"
publish = "docs/public"
command = "curl -sL https://github.com/getzola/zola/releases/download/v0.5.0/zola-v0.5.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv && ./zola build"
command = "zola build"
[build.environment]
ZOLA_VERSION = "0.5.0"
ZOLA_VERSION = "0.7.0"
[context.deploy-preview]
command = "curl -sL https://github.com/getzola/zola/releases/download/v0.5.0/zola-v0.5.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv && ./zola build --base-url $DEPLOY_PRIME_URL"
command = "zola build --base-url $DEPLOY_PRIME_URL"