mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2026-09-27 09:27:58 +03:00
Upgrade: Bump mermaid from 9.4.0 to 10.0.0
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 9.4.0 to 10.0.0. - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md) - [Commits](https://github.com/mermaid-js/mermaid/compare/v9.4.0...v10.0.0) --- updated-dependencies: - dependency-name: mermaid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
yuhan6665
parent
60879f6b8f
commit
a5842db0e2
@@ -27,6 +27,7 @@ jobs:
|
||||
- name: Install and Build
|
||||
env:
|
||||
XRAY_DOCS_USE_VITE: "true"
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
run: |
|
||||
yarn install
|
||||
yarn docs:build
|
||||
@@ -38,6 +39,7 @@ jobs:
|
||||
- name: Build for Main Repository
|
||||
env:
|
||||
XRAY_DOCS_MAIN_REPO: "true"
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
run: |
|
||||
yarn docs:build
|
||||
- name: Deploy to main Repository
|
||||
|
||||
Reference in New Issue
Block a user