Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2019-08-17 14:23:47 +0300
committerGitHub <noreply@github.com>2019-08-17 14:23:47 +0300
commitb8a060771c37ccc58930aab172e3dc78022ebddb (patch)
treeac6f9780efb9f1f79ee486b8f627ac922c1235ed
parent5c5766ebefac2bc05c2e9125e196ab7fc1082371 (diff)
Update hugo version on Netlify to 0.55.1 (#215)
-rw-r--r--netlify.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/netlify.toml b/netlify.toml
index e3869b9..c5e386c 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -13,10 +13,10 @@
command = "bin/netlify.sh"
[context.production.environment]
- HUGO_VERSION = "0.36.1"
+ HUGO_VERSION = "0.55.6"
[context.deploy-preview.environment]
- HUGO_VERSION = "0.36.1"
+ HUGO_VERSION = "0.55.6"
[context.branch-deploy.environment]
- HUGO_VERSION = "0.36.1"
+ HUGO_VERSION = "0.55.6"