chore: increase max-old-space-size for docs (#8721)

This commit is contained in:
Alex Rudenko 2022-08-02 14:05:44 +02:00 committed by Randolf J
parent 2abd772c9c
commit 1f89724b64

View File

@ -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