Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
14 lines
292 B
TOML
14 lines
292 B
TOML
[build]
|
|
# The deploy-ready HTML files and assets generated by the build.
|
|
publish = "docs/export/"
|
|
|
|
# Build command.
|
|
command = "pnpm docs:build"
|
|
|
|
[build.environment]
|
|
NODE_VERSION = "22.18"
|
|
PNPM_FLAGS = "--frozen-lockfile"
|
|
|
|
# [[plugins]]
|
|
# package = "@mui/internal-netlify-cache"
|