Skip to content

Commit

Permalink
fix: πŸ› TIAS heap out of memory
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Aug 9, 2023
1 parent 1c81a1f commit 63b1e0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/openrpc-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,10 @@ jobs:
- name: Build docs
working-directory: ./docs/rpc/docs/gatsby
run: npx gatsby build --prefix-paths

run: |
export NODE_OPTIONS="--max_old_space_size=4096"
npx gatsby build --prefix-paths
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 63b1e0b

Please sign in to comment.