summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-06-01 20:03:21 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-06-01 20:03:21 +0200
commita99fc2a072e3a87b422540ab3bc9fc407685d956 (patch)
tree1c0d2f73d50aeee4667a8473dd0693d81a8375c6
parent746cee8a90bf0ee41b756c003ea43ea3fd8e6353 (diff)
downloadgohugo-theme-ed-a99fc2a072e3a87b422540ab3bc9fc407685d956.tar.gz
Use lastes version of Hugo
-rw-r--r--netlify.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/netlify.toml b/netlify.toml
index 240d8aa..7ce9757 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.99.1'
+ HUGO_VERSION = '0.100.0'
HUGO_ENV = 'production'
HUGO_ENABLEGITINFO = 'true'
@@ -11,20 +11,20 @@
command = 'hugo --gc --minify --enableGitInfo'
[context.split1.environment]
- HUGO_VERSION = '0.99.1'
+ HUGO_VERSION = '0.100.0'
HUGO_ENV = 'production'
[context.deploy-preview]
command = 'hugo --gc --minify --buildDrafts --buildFuture --baseURL $DEPLOY_PRIME_URL'
[context.deploy-preview.environment]
- HUGO_VERSION = '0.99.1'
+ HUGO_VERSION = '0.100.0'
[context.branch-deploy]
command = 'hugo --gc --minify --baseURL $DEPLOY_PRIME_URL'
[context.branch-deploy.environment]
- HUGO_VERSION = '0.99.1'
+ HUGO_VERSION = '0.100.0'
[context.next.environment]
HUGO_ENABLEGITINFO = 'true'