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>2021-04-02 12:25:03 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-04-02 12:32:40 +0300
commit0a155d12226272b7e59632c046c9c73a673bd9ad (patch)
tree90375e61524fe3f8484517b9697d38a3cefde7f8
parent32ab4dade07a53ccf25fb04412b3ec72cce9782c (diff)
netlify: Bump to Hugo 0.82.0
-rw-r--r--netlify.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/netlify.toml b/netlify.toml
index 69ea1ec..493a805 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.62.2"
+HUGO_VERSION = "0.82.0"
[context.deploy-preview]
command = "hugo -s exampleSite -D -F -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.62.2"
+HUGO_VERSION = "0.82.0"
[context.branch-deploy]
command = "hugo -s exampleSite --gc -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
-HUGO_VERSION = "0.62.2"
+HUGO_VERSION = "0.82.0"