docs: vuepress构建文档

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

View File

@ -28,12 +28,11 @@ jobs:
version: 8 version: 8
- name: 切换工作目录 - name: 切换工作目录
run: echo "Switching to docs directory" run: cd 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