mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
Test increasing heap size to fix JS memory error
This commit is contained in:
@@ -21,4 +21,6 @@ jobs:
|
|||||||
- name: Check links
|
- name: Check links
|
||||||
run: yarn run remark --quiet --use remark-validate-links --use remark-lint-no-dead-urls ./docs
|
run: yarn run remark --quiet --use remark-validate-links --use remark-lint-no-dead-urls ./docs
|
||||||
- name: Test build website
|
- name: Test build website
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: "--max_old_space_size=6144"
|
||||||
run: yarn build --no-minify
|
run: yarn build --no-minify
|
||||||
Reference in New Issue
Block a user