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

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortosi29 <tosi16@gmail.com>2019-05-26 08:49:15 +0300
committertosi29 <tosi16@gmail.com>2019-05-26 08:49:15 +0300
commit576f502ed636b8c54785d0464dc1aba94adec6b6 (patch)
tree657338119cf7293f761e723e8cc9c310da7b2eed
parentf8d5e492cdb25cd602faff6e86e839ad3849dc53 (diff)
Fix HUGO_VERSION
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index c21d64a..cedf383 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,5 +3,5 @@
publish = "public"
[build.environment]
- HUGO_VERSION = "0.55"
+ HUGO_VERSION = "0.55.6"
HUGO_ENABLEGITINFO = "true" \ No newline at end of file