docs: vuepress构建文档

This commit is contained in:
snowy 2024-03-28 09:59:18 +08:00
parent e1a3e9a16c
commit 7633ab444c

View File

@ -28,12 +28,11 @@ jobs:
version: 8
- name: 切换工作目录
run: echo "Switching to docs directory"
run: cd docs
- name: 设置 Node.js
uses: actions/setup-node@v3
run: cd docs
with:
node-version: 20
cache: pnpm