Format toml files

This commit is contained in:
Luiz F. A. de Prá
2021-03-15 21:12:40 -03:00
parent 68580148a3
commit 32ffc536aa
3 changed files with 145 additions and 171 deletions

View File

@@ -1,12 +1,12 @@
[build]
publish = "demo/public"
command = "make prepare && hugo --source demo --baseURL $URL"
publish = "demo/public"
command = "make prepare && hugo --source demo --baseURL $URL"
[context.production.environment]
HUGO_VERSION = "0.73.0"
HUGO_VERSION = "0.73.0"
[context.deploy-preview]
command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.73.0"
HUGO_VERSION = "0.73.0"