mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-19 18:58:42 +00:00
Define Netlify CI variables in netlify.toml (#1194)
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
11
netlify.toml
Normal file
11
netlify.toml
Normal 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"
|
||||
@@ -1 +0,0 @@
|
||||
3.8
|
||||
Reference in New Issue
Block a user