chore(project): increase space size to 4GB for staging docs build (#3623)

This commit is contained in:
Aex 2021-09-25 03:19:20 +08:00 committed by GitHub
parent ff6e3580e2
commit ad32cba3b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ jobs:
run: pnpm docs:build
env:
DOC_ENV: staging
NODE_OPTIONS: --max-old-space-size=4096
- name: Deploy staging website
uses: JamesIves/github-pages-deploy-action@4.1.5