blob: 1ba638bfe924bb6759195c94e8b4880706349493 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[build]
base = "site"
publish = "public"
[build.environment]
HUGO_VERSION = "0.115.2"
[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"
|