summaryrefslogtreecommitdiff
path: root/netlify.toml
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2024-06-28 20:21:30 -0400
committerGitHub <noreply@github.com>2024-06-28 20:21:30 -0400
commit17eb360dfaeaf3186b736971f45f3c418d583845 (patch)
treeb2de0529c93136499d39e65b9836e15711306194 /netlify.toml
parente0a6e4f5d707513ef4c33ae8e019da455a7394b6 (diff)
docs(fix): Update docs configs to work with the latest hugo theme version (#2155)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 00000000..8dbb918d
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,8 @@
+[build]
+command = "make gen-docs"
+publish = "docs/public/"
+
+[build.environment]
+HUGO_VERSION = "0.128.0"
+NODE_VERSION = "20"
+GO_VERSION = "1.22.4"