summaryrefslogtreecommitdiffstats
path: root/docs/netlify.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-01-31 11:08:08 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-01-31 11:08:08 +0100
commit158e1151cdfbdebd2e4a527e828d8a0b17933787 (patch)
treeb73947184a82fe10366dbefe7e3f2d0e415ae801 /docs/netlify.toml
parentf0c0ece44d55b6c2997cbd106d1bc099ea1a2fa7 (diff)
parent337d0c5f516ee085205e8abefdb7f87e6d33ca05 (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 563f1e0a7..3188d0262 100644
--- a/docs/netlify.toml
+++ b/docs/netlify.toml
@@ -3,15 +3,15 @@
command = "hugo"
[context.production.environment]
- HUGO_VERSION = "0.32.4"
+ HUGO_VERSION = "0.34"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment]
- HUGO_VERSION = "0.32.4"
+ HUGO_VERSION = "0.34"
[context.branch-deploy.environment]
- HUGO_VERSION = "0.32.4"
+ HUGO_VERSION = "0.34"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"