2023-08-28 21:33:54 +01:00
|
|
|
[build]
|
2025-09-06 12:06:26 +01:00
|
|
|
publish = "docs/public"
|
|
|
|
|
command = "cd docs && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
|
2023-08-28 21:33:54 +01:00
|
|
|
|
|
|
|
|
# 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]
|
2026-02-20 23:08:33 +00:00
|
|
|
HUGO_VERSION = "0.156.0"
|
|
|
|
|
GO_VERSION = "1.26.0"
|
|
|
|
|
NODE_VERSION = "24.13.1"
|