mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: try to fix the docusaurus build by giving Node more old mem space (#8675)
This commit is contained in:
parent
0180a882e2
commit
c801ce1c7b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -101,6 +101,8 @@ jobs:
|
||||
run: npm ci
|
||||
- name: Build website
|
||||
working-directory: ./website
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
run: npm run build
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
|
Loading…
Reference in New Issue
Block a user