mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-02-22 01:13:14 +03:00
Try add node options
https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
This commit is contained in:
parent
241a9cc041
commit
d2edb39552
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
- name: Build for Main Repository
|
||||
env:
|
||||
XRAY_DOCS_MAIN_REPO: "true"
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
NODE_OPTIONS: "--max_old_space_size=4096 --openssl-legacy-provider"
|
||||
run: |
|
||||
yarn docs:build
|
||||
- name: Deploy to main Repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user