diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-01 20:08:00 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-01 20:08:00 +0200 |
| commit | 5158f0dbaadc5801c12c1689f9c72adf6245a8c8 (patch) | |
| tree | be5b2b08d49eaaaf542d5c624b41a95aa5992c24 | |
| parent | a99fc2a072e3a87b422540ab3bc9fc407685d956 (diff) | |
| download | gohugo-theme-ed-5158f0dbaadc5801c12c1689f9c72adf6245a8c8.tar.gz | |
Use lastes version of Hugo
| -rw-r--r-- | netlify.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/netlify.toml b/netlify.toml index 7ce9757..c07aa86 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.0' + HUGO_VERSION = '0.100.1' HUGO_ENV = 'production' HUGO_ENABLEGITINFO = 'true' @@ -11,20 +11,20 @@ command = 'hugo --gc --minify --enableGitInfo' [context.split1.environment] - HUGO_VERSION = '0.100.0' + HUGO_VERSION = '0.100.1' HUGO_ENV = 'production' [context.deploy-preview] command = 'hugo --gc --minify --buildDrafts --buildFuture --baseURL $DEPLOY_PRIME_URL' [context.deploy-preview.environment] - HUGO_VERSION = '0.100.0' + HUGO_VERSION = '0.100.1' [context.branch-deploy] command = 'hugo --gc --minify --baseURL $DEPLOY_PRIME_URL' [context.branch-deploy.environment] - HUGO_VERSION = '0.100.0' + HUGO_VERSION = '0.100.1' [context.next.environment] HUGO_ENABLEGITINFO = 'true' |
