Skip to content

Commit

Permalink
[CI] Increase memory for failing Pre-docs-Publish workflow step
Browse files Browse the repository at this point in the history
The previously set amount seems to not be sufficient anymore.

Fixes #12285

Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Mar 13, 2023
1 parent de3fc72 commit be025fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
run: |
yarn docs
env:
NODE_OPTIONS: --max_old_space_size=8196
NODE_OPTIONS: --max_old_space_size=9216

- name: Publish GH Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit be025fc

Please sign in to comment.