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 6de27a1 commit 1a7effbCopy full SHA for 1a7effb
.github/workflows/build.yml
@@ -85,4 +85,5 @@ jobs:
85
# but in general this should never happen
86
NODE_OPTIONS: '--max_old_space_size=4096'
87
# We want to ensure that static exports for all locales do not occur on `pull_request` events
88
- NEXT_PUBLIC_STATIC_EXPORT_LOCALE: ${{ github.event_name == 'push' }}
+ # TODO: The output of this is too large, and it crashes the GitHub Runner
89
+ NEXT_PUBLIC_STATIC_EXPORT_LOCALE: false # ${{ github.event_name == 'push' }}
0 commit comments