Browse Source

chore: fix site-deploy.yml from OOM (#42990)

* Update site-deploy.yml

* Update site-deploy.yml
pull/42992/head
afc163 1 year ago
committed by GitHub
parent
commit
8dba94b389
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/site-deploy.yml

3
.github/workflows/site-deploy.yml

@ -69,11 +69,14 @@ jobs:
- name: build site - name: build site
run: npm run predeploy run: npm run predeploy
env:
NODE_OPTIONS: "--max_old_space_size=4096"
- name: build dist and bundle analyzer report - name: build dist and bundle analyzer report
run: npm run dist run: npm run dist
env: env:
ANALYZER: 1 ANALYZER: 1
NODE_OPTIONS: "--max_old_space_size=4096"
- name: Get version - name: Get version
id: publish-version id: publish-version

Loading…
Cancel
Save