Commit f0e7cac
committed
ci: install pnpm in docs release workflow
The docs release workflow runs `uv run poe build-docs`, which shells out
to `pnpm`, but pnpm was not installed on the runner — causing the job to
fail with `pnpm: not found`. Add the missing pnpm install step, matching
the pattern already used in `manual_version_docs.yaml`.1 parent 65e5d18 commit f0e7cac
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
0 commit comments