Skip to content

Commit

Permalink
chore: increase max-old-space-size for docs (#8721)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored and jrandolf committed Aug 2, 2022
1 parent 2abd772 commit 1f89724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Build website
working-directory: ./website
env:
NODE_OPTIONS: --max-old-space-size=4096
NODE_OPTIONS: --max-old-space-size=6144
run: npm run build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 1f89724

Please sign in to comment.