Define Netlify CI variables in netlify.toml (#1194)

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser
2025-05-11 19:05:34 +02:00
committed by GitHub
parent 8268c11ed5
commit 808ccc1b90
2 changed files with 11 additions and 1 deletions

11
netlify.toml Normal file
View File

@@ -0,0 +1,11 @@
[build]
base = "/"
publish = "site/"
command = "mkdocs build --clean --strict"
[build.environment]
PYTHON_VERSION = "3.11"
NODE_VERSION = "22"
CI = "true"
DISABLE_OPENCOLLECTIVE = "true"
OPENCOLLECTIVE_HIDE = "true"

View File

@@ -1 +0,0 @@
3.8