Skip to content

Commit

Permalink
chore: try to fix the docusaurus build by giving Node more old mem sp…
Browse files Browse the repository at this point in the history
…ace (#8675)
  • Loading branch information
OrKoN committed Jul 20, 2022
1 parent 0180a88 commit c801ce1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit c801ce1

Please sign in to comment.