We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1eff2b commit c39d129Copy full SHA for c39d129
.github/workflows/deploy.yml
@@ -29,13 +29,13 @@
29
jobs:
30
deployment:
31
name: Deployment
32
- uses: AdobeDocs/adp-devsite-workflow/.github/workflows/gatsby-deploy.yml@main
+ uses: AdobeDocs/adp-devsite-workflow/.github/gatsby-deploy.yml@gatsby-size
33
secrets: inherit
34
with:
35
env: ${{ inputs.env }}
36
clean: ${{ inputs.clean }}
37
excludeSubfolder: ${{ inputs.excludeSubfolder }}
38
index-mode: ${{ inputs.index-mode }}
39
- NODE_OPTIONS: "--max_old_space_size=24576"
+ NODE_OPTIONS: "--max_old_space_size=7000"
40
TEMPLATE_ID_DEV: "664e39607dcc7c0e5a4a035b"
41
TEMPLATE_ID_PROD: "668d73f3f8897660ad74d577"
0 commit comments