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

github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-05-22 14:30:12 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-05-22 14:30:12 +0300
commit1d7f108b86dfac6faa463340f6102d14ef115ba8 (patch)
tree8dc24bd2d22b1c40c3bfae9298c8282a85ffa25c
parent24faf520168a2ceb7d3a2580024c2e721226c300 (diff)
netlify: Bump to Hugo 0.99.1feat/format-code
-rw-r--r--netlify.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/netlify.toml b/netlify.toml
index d2b263d..2b5b1f6 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,18 +3,18 @@ publish = "exampleSite/public"
command = "hugo --gc -s exampleSite --minify"
[context.production.environment]
-HUGO_VERSION = "0.91.2"
+HUGO_VERSION = "0.99.1"
[context.deploy-preview]
command = "hugo -s exampleSite --minify -D -F -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.91.2"
+HUGO_VERSION = "0.99.1"
[context.branch-deploy]
command = "hugo -s exampleSite --minify --gc -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
-HUGO_VERSION = "0.91.2"
+HUGO_VERSION = "0.99.1"