Merge branch 'main' into copilot/clarify-cluster-management-capabilities

This commit is contained in:
Petr Kovar
2026-03-09 16:05:17 +01:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build website
env:
NODE_OPTIONS: "--max_old_space_size=8192"
NODE_OPTIONS: "--max_old_space_size=10240"
run: yarn build --no-minify
- name: Upload Build Artifact
+1 -1
View File
@@ -27,5 +27,5 @@ jobs:
run: yarn run remark --quiet --use remark-lint-no-dead-urls ./docs
- name: Test build website
env:
NODE_OPTIONS: "--max_old_space_size=7168"
NODE_OPTIONS: "--max_old_space_size=10240"
run: yarn build --no-minify
+2 -2
View File
@@ -4,8 +4,8 @@
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "NODE_OPTIONS='--max-old-space-size=7168' docusaurus start",
"build": "NODE_OPTIONS='--max-old-space-size=7168' docusaurus build",
"start": "NODE_OPTIONS='--max-old-space-size=10240' docusaurus start",
"build": "NODE_OPTIONS='--max-old-space-size=10240' docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",