summaryrefslogtreecommitdiffstats
path: root/netlify.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-06-10 08:32:16 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-06-10 08:32:16 +0200
commit11fc6d96cca1e3454662bb0cac00a9b1fb0c2177 (patch)
treebf31d446d96840bdabc87cc1999b4e1c3ff87ab2 /netlify.toml
parent50c7ac012e9b9019ad9f91ea4395f7297274d1fa (diff)
downloadgohugo-theme-ed-11fc6d96cca1e3454662bb0cac00a9b1fb0c2177.tar.gz
Use latest Hugo
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 2c27a02..edd3d5e 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,7 @@
command = 'hugo --source=exampleSite --gc --verbose --minify --destination ../public'
[context.production.environment]
- HUGO_VERSION = '0.100.1'
+ HUGO_VERSION = '0.100.2'
HUGO_ENV = 'production'
HUGO_ENABLEGITINFO = 'true'
@@ -11,20 +11,20 @@
command = 'hugo --source=exampleSite --gc --minify --enableGitInfo --destination ../public'
[context.split1.environment]
- HUGO_VERSION = '0.100.1'
+ HUGO_VERSION = '0.100.2'
HUGO_ENV = 'production'
[context.deploy-preview]
command = 'hugo --source=exampleSite --gc --minify --buildDrafts --buildFuture --baseURL $DEPLOY_PRIME_URL --destination ../public'
[context.deploy-preview.environment]
- HUGO_VERSION = '0.100.1'
+ HUGO_VERSION = '0.100.2'
[context.branch-deploy]
command = 'hugo --source=exampleSite --gc --minify --baseURL $DEPLOY_PRIME_URL --destination ../public'
[context.branch-deploy.environment]
- HUGO_VERSION = '0.100.1'
+ HUGO_VERSION = '0.100.2'
[context.next.environment]
HUGO_ENABLEGITINFO = 'true'