We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3799bf2 commit 0ee76b8Copy full SHA for 0ee76b8
1 file changed
.github/workflows/build.yml
@@ -84,4 +84,6 @@ jobs:
84
# this should be a last resort in case by any chances the build memory gets too high
85
# but in general this should never happen
86
NODE_OPTIONS: '--max_old_space_size=4096'
87
- # TODO: All locales takes waaaay to much space
+ # We want to ensure that static exports for all locales do not occur on `pull_request` events
88
+ # 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