mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
13 lines
343 B
TOML
13 lines
343 B
TOML
[build]
|
|
publish = "demo/public"
|
|
command = "make prepare && hugo --source demo --baseURL $URL"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.73.0"
|
|
|
|
[context.deploy-preview]
|
|
command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.73.0"
|