Skip to content

Commit 808ccc1

Browse files
authored
Define Netlify CI variables in netlify.toml (#1194)
Signed-off-by: yubiuser <[email protected]>
1 parent 8268c11 commit 808ccc1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

netlify.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[build]
2+
base = "/"
3+
publish = "site/"
4+
command = "mkdocs build --clean --strict"
5+
6+
[build.environment]
7+
PYTHON_VERSION = "3.11"
8+
NODE_VERSION = "22"
9+
CI = "true"
10+
DISABLE_OPENCOLLECTIVE = "true"
11+
OPENCOLLECTIVE_HIDE = "true"

runtime.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)