This moves our floor version to the same we'll release 1.0 with: 1.18. This is congruent with our version policy which is current-2. Fixes #921 Signed-off-by: Adrian Cole <adrian@tetrate.io>
16 lines
400 B
TOML
16 lines
400 B
TOML
[build]
|
|
base = "site"
|
|
publish = "public"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.110.0"
|
|
|
|
[context.production]
|
|
command = "git submodule update --init && hugo --gc --minify"
|
|
|
|
[context.deploy-preview]
|
|
command = "git submodule update --init && hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
|
|
|
[context.branch-deploy]
|
|
command = "git submodule update --init && hugo --gc --minify -b $DEPLOY_PRIME_URL"
|