summaryrefslogtreecommitdiffstats
path: root/docs/netlify.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-06-11 22:32:19 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-06-11 22:32:19 +0200
commite02629f81ab5f817a95cf0ffec8f0aa2016294aa (patch)
treef71600b94849c70165c12d6a84d0b5db9d860d66 /docs/netlify.toml
parented4a345efeaa19eef2c1c6360d22f75c24abc31a (diff)
parentb239595af5a9fc1fc9a1ccc666c3ab06ccc32f04 (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 6ed785cdc..be629d1c0 100644
--- a/docs/netlify.toml
+++ b/docs/netlify.toml
@@ -3,7 +3,7 @@ publish = "public"
command = "hugo"
[context.production.environment]
-HUGO_VERSION = "0.40.3"
+HUGO_VERSION = "0.41"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
@@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true"
command = "hugo --enableGitInfo"
[context.split1.environment]
-HUGO_VERSION = "0.40.3"
+HUGO_VERSION = "0.41"
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.40.3"
+HUGO_VERSION = "0.41"
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
-HUGO_VERSION = "0.40.3"
+HUGO_VERSION = "0.41"
[context.next.environment]
HUGO_ENABLEGITINFO = "true"