forked from bot/app
docs: vuepress构建文档
This commit is contained in:
parent
f9ee8c0aed
commit
1f3231c0b4
5
.github/workflows/deploy-docs.yml
vendored
5
.github/workflows/deploy-docs.yml
vendored
@ -24,8 +24,9 @@ jobs:
|
|||||||
version: 8
|
version: 8
|
||||||
|
|
||||||
- name: 切换工作目录并设置Node.js
|
- name: 切换工作目录并设置Node.js
|
||||||
run: cd docs
|
run: |
|
||||||
uses: actions/setup-node@v3
|
cd docs
|
||||||
|
pnpm install
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
cache: pnpm
|
cache: pnpm
|
||||||
|
Loading…
Reference in New Issue
Block a user