fix: ci, replace npm with pnpm

This commit is contained in:
Ryan Yin 2023-06-23 16:43:37 +08:00
parent b090384c4e
commit a2eacd0068

View File

@ -47,9 +47,8 @@ jobs:
run: pnpm install
# build and deploy the docs
- run: npm ci
- name: Build
run: npm run docs:build
run: pnpm docs:build
- uses: actions/configure-pages@v2
- uses: actions/upload-pages-artifact@v1
with: