We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7af229d + 22a5ea5 commit bb262edCopy full SHA for bb262ed
1 file changed
.github/workflows/docs.yml
@@ -61,6 +61,12 @@ jobs:
61
steps:
62
- uses: actions/checkout@v4
63
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
+
70
- uses: actions/download-artifact@v4
71
with:
72
name: docs-dist
0 commit comments