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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
.github/workflows/site-deploy.yml
|
|
@ -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 |
|
|
|