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:
authorDavid Genest <david.genest@ubisoft.com>2022-05-06 08:57:33 +0300
committerDavid Genest <david.genest@ubisoft.com>2022-05-06 08:57:33 +0300
commit7196b69a5f886d6aed1819bc262327cdd7bfd4da (patch)
treede9c0f9ccda1e8c0af2e7eddd07d8224eaf41dc1
parent5acd7e727493e5678d13c6ffda3234915a221f52 (diff)
bump hugo version for .Store
-rw-r--r--netlify.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index 564244b..78bc7a2 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.92.2"
+HUGO_VERSION = "0.98.0"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.92.2"
+HUGO_VERSION = "0.98.0"