summaryrefslogtreecommitdiffstats
path: root/docs/netlify.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-02-05 14:24:24 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-02-05 14:24:24 +0100
commit15ff0765724c58827be6efa96f06b03b9f1c8cb4 (patch)
tree4990d0e8f3eb175bd50335ecf639f0dbb4afc9c1 /docs/netlify.toml
parent722086b4ed3e77d1aba6724474bec06d08e7de06 (diff)
parentc305e44f5f081e4436195923a4593e396f07cd49 (diff)
Diffstat (limited to 'docs/netlify.toml')
-rw-r--r--docs/netlify.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/netlify.toml b/docs/netlify.toml
index 3188d0262..55e6a89a5 100644
--- a/docs/netlify.toml
+++ b/docs/netlify.toml
@@ -3,15 +3,15 @@
command = "hugo"
[context.production.environment]
- HUGO_VERSION = "0.34"
+ HUGO_VERSION = "0.35"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment]
- HUGO_VERSION = "0.34"
+ HUGO_VERSION = "0.35"
[context.branch-deploy.environment]
- HUGO_VERSION = "0.34"
+ HUGO_VERSION = "0.35"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"