2020-07-16 22:43:30 +02:00
|
|
|
[build]
|
2024-08-26 17:13:18 +02:00
|
|
|
publish = "exampleSite/public"
|
|
|
|
command = "cd exampleSite && hugo --themesDir=../.. --baseURL $URL"
|
2020-07-16 22:43:30 +02:00
|
|
|
|
2024-08-26 17:13:18 +02:00
|
|
|
[build.environment]
|
|
|
|
HUGO_VERSION = "0.126.1"
|
|
|
|
HUGO_THEME = "repo"
|
2020-07-16 22:43:30 +02:00
|
|
|
|
|
|
|
[context.deploy-preview]
|
2024-08-26 17:13:18 +02:00
|
|
|
command = "cd exampleSite && hugo --themesDir=../.. --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
|