From baba690702361c4a990dcde693b92660d110b2c2 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 19 Jul 2021 20:12:41 +0200 Subject: [PATCH] Update version of zola for docs + version of ubuntu for release --- azure-pipelines.yml | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fdcbefcd..9c61e0d1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -58,7 +58,7 @@ stages: rustup_toolchain: stable target: 'x86_64-apple-darwin' linux-stable: - imageName: 'ubuntu-16.04' + imageName: 'ubuntu-20.04' rustup_toolchain: stable target: 'x86_64-unknown-linux-gnu' pool: diff --git a/netlify.toml b/netlify.toml index 8074da34..4b8c3a7e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ command = "zola build" [build.environment] - ZOLA_VERSION = "0.13.0" + ZOLA_VERSION = "0.14.0" [context.deploy-preview] command = "zola build --base-url $DEPLOY_PRIME_URL"