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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-04-09 00:36:00 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-04-09 00:36:00 +0300
commit0a539c1b8993ba3254bf7b9789bb59fa405a513e (patch)
treeca6628af697fb40bdc9121fad4d5ca2d7aebdb13 /netlify.toml
parent2ca272d722d0914efa5cb31472b66e2d30b04e51 (diff)
feat: use latest Hugo v68.3 in Netlify build
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index e577e13a..ff0cb399 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,7 @@
publish = "public"
[build.environment]
- HUGO_VERSION = "0.66.0"
+ HUGO_VERSION = "0.68.3"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]