diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-03-11 20:40:26 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-03-11 20:40:26 +0100 |
commit | 95d62004a07d8bb6d2b94a56112fd419db7eeb65 (patch) | |
tree | b0958861ece2af8aa1b3e14b604c4c49f0728793 /docs/netlify.toml | |
parent | 68bf1511f2be39b6576d882d071196e477c72c9f (diff) | |
parent | c0290655825e7bb36e13fb39f89d85b392cf1adc (diff) | |
download | hugo-95d62004a07d8bb6d2b94a56112fd419db7eeb65.tar.gz hugo-95d62004a07d8bb6d2b94a56112fd419db7eeb65.zip |
Merge commit 'c0290655825e7bb36e13fb39f89d85b392cf1adc'
Diffstat (limited to 'docs/netlify.toml')
-rw-r--r-- | docs/netlify.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/netlify.toml b/docs/netlify.toml index 6f21789b2..5955d26cd 100644 --- a/docs/netlify.toml +++ b/docs/netlify.toml @@ -3,7 +3,7 @@ publish = "public" command = "hugo" [context.production.environment] -HUGO_VERSION = "0.36.1" +HUGO_VERSION = "0.37.1" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" @@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true" command = "hugo --enableGitInfo" [context.split1.environment] -HUGO_VERSION = "0.36.1" +HUGO_VERSION = "0.37.1" HUGO_ENV = "production" [context.deploy-preview] command = "hugo -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] -HUGO_VERSION = "0.36.1" +HUGO_VERSION = "0.37.1" [context.branch-deploy] command = "hugo -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] -HUGO_VERSION = "0.36.1" +HUGO_VERSION = "0.37.1" [context.next.environment] HUGO_ENABLEGITINFO = "true" |