Skip to content

Commit

Permalink
Update version of zola for docs + version of ubuntu for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Jul 19, 2021
1 parent b2354c6 commit baba690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit baba690

Please sign in to comment.