docs: vuepress构建文档

This commit is contained in:
snowy 2024-03-28 10:18:20 +08:00
parent f9ee8c0aed
commit 1f3231c0b4

View File

@ -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