ci: change docs ci

This commit is contained in:
winixt 2023-03-30 21:33:59 +08:00
parent 18bed3368e
commit 902fbc9283

View File

@ -13,10 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Setup PNPM
uses: pnpm/action-setup@v2.2.1
with:
version: ^8.0
- name: PNPM
uses: pnpm/action-setup@v2
with:
version: 8.1.0
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: pnpm i && pnpm docs:build