summaryrefslogtreecommitdiffstats
path: root/docs/netlify.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-03-11 20:40:26 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-03-11 20:40:26 +0100
commit95d62004a07d8bb6d2b94a56112fd419db7eeb65 (patch)
treeb0958861ece2af8aa1b3e14b604c4c49f0728793 /docs/netlify.toml
parent68bf1511f2be39b6576d882d071196e477c72c9f (diff)
parentc0290655825e7bb36e13fb39f89d85b392cf1adc (diff)
Diffstat (limited to 'docs/netlify.toml')
-rw-r--r--docs/netlify.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/netlify.toml b/docs/netlify.toml
index 6f21789b2..5955d26cd 100644
--- a/docs/netlify.toml
+++ b/docs/netlify.toml
@@ -3,7 +3,7 @@ publish = "public"
command = "hugo"
[context.production.environment]
-HUGO_VERSION = "0.36.1"
+HUGO_VERSION = "0.37.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
@@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true"
command = "hugo --enableGitInfo"
[context.split1.environment]
-HUGO_VERSION = "0.36.1"
+HUGO_VERSION = "0.37.1"
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.36.1"
+HUGO_VERSION = "0.37.1"
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
-HUGO_VERSION = "0.36.1"
+HUGO_VERSION = "0.37.1"
[context.next.environment]
HUGO_ENABLEGITINFO = "true"