mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
docs: vuepress构建文档
This commit is contained in:
parent
7f7a66d639
commit
4ff78d0a6f
9
.github/workflows/deploy-docs.yml
vendored
9
.github/workflows/deploy-docs.yml
vendored
@ -27,21 +27,20 @@ jobs:
|
|||||||
run_install: true
|
run_install: true
|
||||||
version: 8
|
version: 8
|
||||||
|
|
||||||
|
- name: 切换工作目录
|
||||||
|
run: echo "Switching to docs directory"
|
||||||
|
working-directory: ./docs
|
||||||
|
|
||||||
- name: 设置 Node.js
|
- name: 设置 Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
cache: pnpm
|
cache: pnpm
|
||||||
|
|
||||||
- name: 切换工作目录
|
|
||||||
run: echo "Switching to docs directory"
|
|
||||||
working-directory: ./docs
|
|
||||||
|
|
||||||
- name: 构建文档
|
- name: 构建文档
|
||||||
env:
|
env:
|
||||||
NODE_OPTIONS: --max_old_space_size=8192
|
NODE_OPTIONS: --max_old_space_size=8192
|
||||||
run: |-
|
run: |-
|
||||||
cd docs
|
|
||||||
pnpm run docs:build
|
pnpm run docs:build
|
||||||
> .vuepress/dist/.nojekyll
|
> .vuepress/dist/.nojekyll
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user