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

github.com/dzello/reveal-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Dzielak <jdzielak@gmail.com>2020-02-24 16:25:41 +0300
committerJosh Dzielak <jdzielak@gmail.com>2020-02-24 16:25:41 +0300
commit067c701f41cbb65c92a4a529c4911e5dea701bc5 (patch)
tree6e3586e75a5b5e07a39e1d7ad107d32cd8dcda91
parent49fde754377256663e41b7230ef25dec48f5b375 (diff)
Bump to latest Hugo on Netlify
-rw-r--r--netlify.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index ce25726..5aeb258 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,7 @@ command = "hugo -b $URL -s exampleSite"
publish = "exampleSite/public"
[context.production.environment]
-HUGO_VERSION = "0.55.4"
+HUGO_VERSION = "0.65.3"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.55.4"
+HUGO_VERSION = "0.65.3"