Skip to content

Commit

Permalink
add max memory for Docusaurus site build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Oct 17, 2024
1 parent eebcb64 commit 9a5eedc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
run: yarn workspace @docusaurus/theme-common removeThemeInternalReexport
- name: Docusaurus Build
run: yarn build:website:fast
env:
# Our website should build even with limited memory
# See https://github.com/facebook/docusaurus/pull/10590
NODE_OPTIONS: '--max-old-space-size=300'
- name: Docusaurus site CSS order
run: yarn workspace website test:css-order

Expand Down

0 comments on commit 9a5eedc

Please sign in to comment.