Skip to content

Commit c410390

Browse files
committed
Fix JavaScript heap out of memory error in GitHub Pages workflow
1 parent bcc5c19 commit c410390

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: pnpm i
27+
env:
28+
NODE_OPTIONS: --max-old-space-size=4096
2729

2830
- name: Build the site
2931
run: |

0 commit comments

Comments
 (0)