Files
miti99/netlify.toml
T
tiennm99 a95dfe3d05 ci: drop the Go toolchain from Actions and Netlify
Nothing in the repository needs Go any more. Kept as its own commit so a bisect
can attribute a Hugo build break to this change rather than to the engine
deletion.

Node setup and the conditional npm ci stay: the lockfile exists, so the
dependencies the engine now needs are installed if a workflow ever invokes it.
2026-09-18 16:24:49 +07:00

13 lines
251 B
TOML

[build.environment]
DART_SASS_VERSION = "1.97.1"
HUGO_VERSION = "0.154.0"
NODE_VERSION = "24.12.0"
TZ = "Asia/Ho_Chi_Minh"
[build]
publish = "public"
command = """\
git config core.quotepath false && \
hugo --gc --minify --baseURL "${URL}"
"""