Skip to content

Commit

Permalink
feat: modify node memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyunWan committed Nov 15, 2024
1 parent 65ef789 commit df38235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
export NODE_OPTIONS="--max_old_space_size=8192"
cd docusaurus
yarn install
yarn build
Expand Down

0 comments on commit df38235

Please sign in to comment.