Skip to content

Commit c801ce1

Browse files
authored
chore: try to fix the docusaurus build by giving Node more old mem space (#8675)
1 parent 0180a88 commit c801ce1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ jobs:
101101
run: npm ci
102102
- name: Build website
103103
working-directory: ./website
104+
env:
105+
NODE_OPTIONS: --max-old-space-size=4096
104106
run: npm run build
105107
- name: Deploy to GitHub Pages
106108
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)