mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-23 09:07:42 +08:00
docs: vuepress构建文档
This commit is contained in:
parent
4ff78d0a6f
commit
e1a3e9a16c
3
.github/workflows/deploy-docs.yml
vendored
3
.github/workflows/deploy-docs.yml
vendored
@ -29,10 +29,11 @@ jobs:
|
|||||||
|
|
||||||
- name: 切换工作目录
|
- name: 切换工作目录
|
||||||
run: echo "Switching to docs directory"
|
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
|
||||||
|
run: cd docs
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
cache: pnpm
|
cache: pnpm
|
||||||
|
Loading…
Reference in New Issue
Block a user