This switches to gofumpt and applies changes, as I've noticed working in dapr (who uses this) that it finds some things that are annoying, such as inconsistent block formatting in test tables. 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.105.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"
|