Skip to content

Commit

Permalink
ci: increased max js heap when genrating the project documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
manu0466 committed Jun 28, 2023
1 parent 7b2587e commit 2637b4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docs-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:

- name: Build docs 🔧
if: env.GIT_DIFF
env:
NODE_OPTIONS: "--max-old-space-size=4096"
run: yarn build-docs

- name: Deploy preview to Netlify 🚀
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:

- name: Build docs 🔧
if: env.GIT_DIFF
env:
NODE_OPTIONS: "--max-old-space-size=4096"
run: yarn build-docs

- name: Prepare docs folder 🔧
Expand Down

0 comments on commit 2637b4c

Please sign in to comment.