yuhan6665 2023-09-30 00:11:20 -04:00
parent 241a9cc041
commit d2edb39552
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
- name: Build for Main Repository - name: Build for Main Repository
env: env:
XRAY_DOCS_MAIN_REPO: "true" XRAY_DOCS_MAIN_REPO: "true"
NODE_OPTIONS: "--max_old_space_size=4096" NODE_OPTIONS: "--max_old_space_size=4096 --openssl-legacy-provider"
run: | run: |
yarn docs:build yarn docs:build
- name: Deploy to main Repository - name: Deploy to main Repository