Skip to content

Commit bb262ed

Browse files
authored
Merge pull request #114 from PMDevSolutions/fix-docs-deploy-pnpm
ci: set up pnpm in docs deploy job
2 parents 7af229d + 22a5ea5 commit bb262ed

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v4
6363

64+
# wrangler-action installs wrangler with the package manager it detects
65+
# from docs/pnpm-lock.yaml, so pnpm must be on PATH in this job too.
66+
- uses: pnpm/action-setup@v4
67+
with:
68+
version: 10
69+
6470
- uses: actions/download-artifact@v4
6571
with:
6672
name: docs-dist

0 commit comments

Comments
 (0)