Update version of zola for docs + version of ubuntu for release

This commit is contained in:
Vincent Prouillet 2021-07-19 20:12:41 +02:00
parent b2354c6cd8
commit baba690702
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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"