mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-20 19:28:45 +00:00
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -10,8 +10,8 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
FORCE_COLOR: 2
|
FORCE_COLOR: 2
|
||||||
NODE: 22
|
NODE: 24
|
||||||
PYTHON_VERSION: "3.11"
|
PYTHON_VERSION: "3.14"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ publish = "site/"
|
|||||||
command = "mkdocs build --clean --strict"
|
command = "mkdocs build --clean --strict"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
PYTHON_VERSION = "3.11"
|
PYTHON_VERSION = "3.14"
|
||||||
NODE_VERSION = "24"
|
NODE_VERSION = "24"
|
||||||
CI = "true"
|
CI = "true"
|
||||||
DISABLE_OPENCOLLECTIVE = "true"
|
DISABLE_OPENCOLLECTIVE = "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user