Skip to content

Commit c39d129

Browse files
committed
Point to file fix deploy
1 parent f1eff2b commit c39d129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
jobs:
3030
deployment:
3131
name: Deployment
32-
uses: AdobeDocs/adp-devsite-workflow/.github/workflows/gatsby-deploy.yml@main
32+
uses: AdobeDocs/adp-devsite-workflow/.github/gatsby-deploy.yml@gatsby-size
3333
secrets: inherit
3434
with:
3535
env: ${{ inputs.env }}
3636
clean: ${{ inputs.clean }}
3737
excludeSubfolder: ${{ inputs.excludeSubfolder }}
3838
index-mode: ${{ inputs.index-mode }}
39-
NODE_OPTIONS: "--max_old_space_size=24576"
39+
NODE_OPTIONS: "--max_old_space_size=7000"
4040
TEMPLATE_ID_DEV: "664e39607dcc7c0e5a4a035b"
4141
TEMPLATE_ID_PROD: "668d73f3f8897660ad74d577"

0 commit comments

Comments
 (0)