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

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgurusabarish <gurusabarisha@gmail.com>2022-02-09 17:03:39 +0300
committergurusabarish <gurusabarisha@gmail.com>2022-02-09 17:03:39 +0300
commit5bd29d2582bb8451a98932b85417884c2e4f033a (patch)
tree3d9be3b6a0a7a114e4d362ae90f496cfa84705fa /netlify.toml
parent522dfcc07dd894f8ae001307a17a5d91158ff8e0 (diff)
netlify build fix
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/netlify.toml b/netlify.toml
index 270974d..674974d 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,7 @@ publish = "exampleSite/public"
command = "cd exampleSite && hugo --gc --minify --themesDir ../.."
[context.production.environment]
-HUGO_VERSION = "0.76.5"
+HUGO_VERSION = "0.92.0"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
HUGO_THEME = "repo"
@@ -12,7 +12,7 @@ HUGO_THEME = "repo"
command = "cd exampleSite && hugo --gc --minify --enableGitInfo --themesDir ../.."
[context.split1.environment]
-HUGO_VERSION = "0.76.5"
+HUGO_VERSION = "0.92.0"
HUGO_ENV = "production"
HUGO_THEME = "repo"
@@ -20,14 +20,14 @@ HUGO_THEME = "repo"
command = "cd exampleSite && hugo --gc --minify --buildFuture --themesDir ../.. -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.76.5"
+HUGO_VERSION = "0.92.0"
HUGO_THEME = "repo"
[context.branch-deploy]
command = "cd exampleSite && hugo --gc --minify --themesDir ../.. -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
-HUGO_VERSION = "0.76.5"
+HUGO_VERSION = "0.92.0"
[context.next.environment]
HUGO_ENABLEGITINFO = "true"