mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 05:17:24 +08:00
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
|
||||
|
||||
- name: 切换工作目录并设置Node.js
|
||||
run: cd docs
|
||||
uses: actions/setup-node@v3
|
||||
run: |
|
||||
cd docs
|
||||
pnpm install
|
||||
with:
|
||||
node-version: 20
|
||||
cache: pnpm
|
||||
|
Loading…
Reference in New Issue
Block a user