Skip to content

Commit 0cce120

Browse files
authored
Merge pull request #118 from AdobeDocs/ds_fix-indexing
Fix indexing workflow failure
2 parents fb626a3 + 1b5b0b1 commit 0cce120

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)