summaryrefslogtreecommitdiffstats
path: root/docs/netlify.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-02-21 10:02:51 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-02-21 10:02:51 +0100
commit4560261b58bae36316c525a43fee1e027705e92b (patch)
tree7ccac5ee434f3a18d11a934137f43dd07d617893 /docs/netlify.toml
parent772128485a7e94932cd18b5e3a78d8cfb273e797 (diff)
parent374d184e6747678364fd61f5faf328ec9205eb6b (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 7ecd9ebc4..9badd7024 100644
--- a/docs/netlify.toml
+++ b/docs/netlify.toml
@@ -3,7 +3,7 @@ publish = "public"
command = "hugo"
[context.production.environment]
-HUGO_VERSION = "0.36"
+HUGO_VERSION = "0.36.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
@@ -11,13 +11,13 @@ HUGO_ENABLEGITINFO = "true"
command = "hugo -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.36"
+HUGO_VERSION = "0.36.1"
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
-HUGO_VERSION = "0.36"
+HUGO_VERSION = "0.36.1"
[context.next.environment]
HUGO_ENABLEGITINFO = "true"