forked from drowl87/hextra_mirror
11 lines
344 B
TOML
11 lines
344 B
TOML
[build]
|
|
publish = "exampleSite/public"
|
|
command = "cd exampleSite && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
|
|
|
|
# Always trigger a rebuild, even if the files haven't changed.
|
|
# See https://docs.netlify.com/configure-builds/file-based-configuration/#ignore-builds
|
|
ignore = "false"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.117.0"
|