mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 05:28:22 +00:00
Merge branch 'main' into copilot/clarify-cluster-management-capabilities
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
- name: Build website
|
- name: Build website
|
||||||
env:
|
env:
|
||||||
NODE_OPTIONS: "--max_old_space_size=8192"
|
NODE_OPTIONS: "--max_old_space_size=10240"
|
||||||
run: yarn build --no-minify
|
run: yarn build --no-minify
|
||||||
|
|
||||||
- name: Upload Build Artifact
|
- name: Upload Build Artifact
|
||||||
|
|||||||
@@ -27,5 +27,5 @@ jobs:
|
|||||||
run: yarn run remark --quiet --use remark-lint-no-dead-urls ./docs
|
run: yarn run remark --quiet --use remark-lint-no-dead-urls ./docs
|
||||||
- name: Test build website
|
- name: Test build website
|
||||||
env:
|
env:
|
||||||
NODE_OPTIONS: "--max_old_space_size=7168"
|
NODE_OPTIONS: "--max_old_space_size=10240"
|
||||||
run: yarn build --no-minify
|
run: yarn build --no-minify
|
||||||
+2
-2
@@ -4,8 +4,8 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docusaurus": "docusaurus",
|
"docusaurus": "docusaurus",
|
||||||
"start": "NODE_OPTIONS='--max-old-space-size=7168' docusaurus start",
|
"start": "NODE_OPTIONS='--max-old-space-size=10240' docusaurus start",
|
||||||
"build": "NODE_OPTIONS='--max-old-space-size=7168' docusaurus build",
|
"build": "NODE_OPTIONS='--max-old-space-size=10240' docusaurus build",
|
||||||
"swizzle": "docusaurus swizzle",
|
"swizzle": "docusaurus swizzle",
|
||||||
"deploy": "docusaurus deploy",
|
"deploy": "docusaurus deploy",
|
||||||
"clear": "docusaurus clear",
|
"clear": "docusaurus clear",
|
||||||
|
|||||||
Reference in New Issue
Block a user