Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions documentation/docs/25-build-and-deploy/50-adapter-static.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ jobs:
- name: build
env:
BASE_PATH: '/your-repo-name'
# Uncomment this if you encounter a "heap out of memory" error
# CF https://github.com/actions/runner-images/issues/70
# NODE_OPTIONS: '--max-old-space-size=4096'
run: |
npm run build
touch build/.nojekyll
Expand Down