summaryrefslogtreecommitdiffstats
path: root/docs/netlify.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-10-19 07:59:48 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-10-19 07:59:48 +0200
commit6a5170116c5c4d90fcb31d43870d44f68860a0d4 (patch)
tree1672ae82f01f0cba14489dde0c024b9e9913784e /docs/netlify.toml
parentbc53cd7b159037ba94b79ee101ba42176035a7d8 (diff)
parent325009c3fd4ac90021897b7e3e025c14e70ce162 (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 91c00be1c..f44f80bf4 100644
--- a/docs/netlify.toml
+++ b/docs/netlify.toml
@@ -3,15 +3,15 @@
command = "hugo"
[context.production.environment]
- HUGO_VERSION = "0.29"
+ HUGO_VERSION = "0.30"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment]
- HUGO_VERSION = "0.29"
+ HUGO_VERSION = "0.30"
[context.branch-deploy.environment]
- HUGO_VERSION = "0.29"
+ HUGO_VERSION = "0.30"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"