mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
@@ -22,7 +22,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=5120"
|
NODE_OPTIONS: "--max_old_space_size=6144"
|
||||||
run: yarn build --no-minify
|
run: yarn build --no-minify
|
||||||
|
|
||||||
# Popular action to deploy to GitHub Pages:
|
# Popular action to deploy to GitHub Pages:
|
||||||
|
|||||||
@@ -24,5 +24,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=5120"
|
NODE_OPTIONS: "--max_old_space_size=6144"
|
||||||
run: yarn build --no-minify
|
run: yarn build --no-minify
|
||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"docusaurus": "docusaurus",
|
"docusaurus": "docusaurus",
|
||||||
"start": "docusaurus start",
|
"start": "docusaurus start",
|
||||||
"build": "NODE_OPTIONS='--max-old-space-size=5120' docusaurus build",
|
"build": "NODE_OPTIONS='--max-old-space-size=6144' 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