Skip to content

Commit 1b5b0b1

Browse files
committed
COMDOX-553: Fix indexing workflow failure
1 parent fb626a3 commit 1b5b0b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
with:
4646
cmd: build
4747
env:
48+
NODE_OPTIONS: "--max_old_space_size=4096"
4849
PREFIX_PATHS: true # equivalent to --prefix-paths flag for 'gatsby build'
4950
REPO_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5051
REPO_OWNER: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)