mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-27 09:50:57 +00:00
docs: vuepress构建文档
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user