From 9faa0ddbdb098201cc31d3be0455acf73f44f745 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sat, 22 Jun 2019 13:15:13 +0200 Subject: [PATCH] Use zola 0.8 for the docs --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 216da6d..bbb60f3 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ command = "zola build" [build.environment] - ZOLA_VERSION = "0.7.0" + ZOLA_VERSION = "0.8.0" [context.deploy-preview] command = "zola build --base-url $DEPLOY_PRIME_URL"