fix(docs): install docs outside workspace

This commit is contained in:
t8y2 2026-05-18 01:11:36 +08:00
parent 70f55c5540
commit db7fe76be7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
with:
node-version: 22
- uses: pnpm/action-setup@v4
- run: cd docs && pnpm install --frozen-lockfile && pnpm build
- run: cd docs && pnpm install --frozen-lockfile --ignore-workspace && pnpm build
- uses: actions/upload-pages-artifact@v3
with:
path: docs/out