fix(docs): install docs outside workspace
This commit is contained in:
parent
70f55c5540
commit
db7fe76be7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue