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.
2 parents 14671dc + 1b87bcb commit 05f0443Copy full SHA for 05f0443
.github/workflows/deploy.yml
@@ -119,6 +119,7 @@ jobs:
119
with:
120
cmd: build
121
env:
122
+ NODE_OPTIONS: "--max_old_space_size=4096"
123
PREFIX_PATHS: true # equivalent to --prefix-paths flag for 'gatsby build'
124
PATH_PREFIX: ${{ needs.set-state.outputs.path_prefix }}
125
GATSBY_ADOBE_LAUNCH_SRC: ${{ secrets.AIO_ADOBE_LAUNCH_DEV_SRC }}
@@ -224,6 +225,7 @@ jobs:
224
225
226
227
228
229
230
231
GATSBY_ADOBE_LAUNCH_SRC: ${{ secrets.AIO_ADOBE_LAUNCH_PROD_SRC }}
0 commit comments