Skip to content

Commit 08af2e0

Browse files
bteaDsaquel
andauthored
ci: increase build docs max-old-space-size (element-plus#23136)
* ci: increase build docs max-old-space-size * chore: format * ci: test publish-docs-deploy * test: comment condition * fix: increase max-old-space-size * chore: undo comment publish-docs-deploy done * ci: test publish-docs-deploy-manual * fix: increase max-old-space-size * chore: undo comment --------- Co-authored-by: Dsaquel <291874700n@gmail.com>
1 parent 487f2b1 commit 08af2e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-docs-deploy-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: pnpm docs:build
5252
env:
5353
DOC_ENV: production
54-
NODE_OPTIONS: --max-old-space-size=4096
54+
NODE_OPTIONS: --max-old-space-size=6144
5555

5656
- name: Deploy
5757
uses: JamesIves/github-pages-deploy-action@v4.4.1

.github/workflows/publish-docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: pnpm docs:build
5959
env:
6060
DOC_ENV: production
61-
NODE_OPTIONS: --max-old-space-size=4096
61+
NODE_OPTIONS: --max-old-space-size=6144
6262

6363
- name: Deploy
6464
uses: JamesIves/github-pages-deploy-action@v4.4.1

.github/workflows/staging-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: pnpm docs:build
7272
env:
7373
DOC_ENV: staging
74-
NODE_OPTIONS: --max-old-space-size=4096
74+
NODE_OPTIONS: --max-old-space-size=6144
7575

7676
- name: Deploy staging website
7777
uses: JamesIves/github-pages-deploy-action@v4.4.1

0 commit comments

Comments
 (0)