Update version of zola for docs + version of ubuntu for release
This commit is contained in:
parent
b2354c6cd8
commit
baba690702
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue