chore: try to fix the docusaurus build by giving Node more old mem space (#8675)

This commit is contained in:
Alex Rudenko 2022-07-20 11:18:02 +02:00 committed by GitHub
parent 0180a882e2
commit c801ce1c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,8 @@ jobs:
run: npm ci
- name: Build website
working-directory: ./website
env:
NODE_OPTIONS: --max-old-space-size=4096
run: npm run build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3