mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
chore: fix site-deploy.yml from OOM (#42990)
* Update site-deploy.yml * Update site-deploy.yml
This commit is contained in:
parent
38105982c0
commit
8dba94b389
3
.github/workflows/site-deploy.yml
vendored
3
.github/workflows/site-deploy.yml
vendored
@ -69,11 +69,14 @@ jobs:
|
||||
|
||||
- name: build site
|
||||
run: npm run predeploy
|
||||
env:
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
|
||||
- name: build dist and bundle analyzer report
|
||||
run: npm run dist
|
||||
env:
|
||||
ANALYZER: 1
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
|
||||
- name: Get version
|
||||
id: publish-version
|
||||
|
Loading…
Reference in New Issue
Block a user