Commit 273e912
committed
so, now we use a github actions marketplace pnpm setup script. this resolves the
We also don't need to install Antora globally. antora is now in the devdependencies in the `site` directory's package.json, so any calls to antora through pnpm should use the copy of antora that is local to the project.missing pnpm error from the node.js setup script. the pnpm setup script also performs the environment setup so we removed the manual PNPM_HOME variable setup step and PATH variable setup step, and the pnpm global bin setup step. Not sure why AI didn't suggest using this marketplace item earlier. dumb.1 parent 4d2f5b5 commit 273e912
1 file changed
Lines changed: 5 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 41 | | |
47 | 42 | | |
48 | 43 | | |
| |||
0 commit comments