summaryrefslogtreecommitdiffstats
path: root/docs/netlify.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-01-17 22:33:07 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-01-17 22:33:07 +0100
commitb3eeb97642d06f677827029636b38019418355d5 (patch)
tree92f9c1d1e6ff194d77b8e684191800a52450119e /docs/netlify.toml
parent9409bc0f799a8057836a14ccdf2833a55902175e (diff)
parent3cf4300097610bb8b5bd0686d96d1df5db641895 (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 901acdbb1..563f1e0a7 100644
--- a/docs/netlify.toml
+++ b/docs/netlify.toml
@@ -3,15 +3,15 @@
command = "hugo"
[context.production.environment]
- HUGO_VERSION = "0.32.1"
+ HUGO_VERSION = "0.32.4"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment]
- HUGO_VERSION = "0.32.1"
+ HUGO_VERSION = "0.32.4"
[context.branch-deploy.environment]
- HUGO_VERSION = "0.32.1"
+ HUGO_VERSION = "0.32.4"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"