Browse Source

Use zola 0.8 for the docs

index-subcmd
Vincent Prouillet 4 years ago
parent
commit
9faa0ddbdb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      netlify.toml

+ 1
- 1
netlify.toml View File

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

Loading…
Cancel
Save