Commit a23a1f4
committed
ci: switch docs deploy to pnpm + mirror imx-forge's deploy workflow
- drop npm (package-lock.json); adopt pnpm + pnpm-lock.yaml + pnpm-workspace.yaml
(consistent with imx-forge, the sibling studio project)
- deploy.yml mirrors imx-forge exactly: pnpm/action-setup@v4 (v10),
Node 22, pnpm install --frozen-lockfile, peaceiris/actions-gh-pages@v4
pushing site/.vitepress/dist to the gh-pages branch (was actions/deploy-pages)
- pnpm-workspace.yaml: allowBuilds esbuild: true (match imx; esbuild postinstall
needs to run for VitePress/Vite)
Verified: pnpm install --frozen-lockfile + pnpm build both green locally.1 parent 00bd66a commit a23a1f4
4 files changed
Lines changed: 1666 additions & 2400 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 5 | + | |
| 6 | + | |
13 | 7 | | |
14 | 8 | | |
15 | 9 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 10 | + | |
23 | 11 | | |
24 | 12 | | |
25 | | - | |
| 13 | + | |
26 | 14 | | |
| 15 | + | |
27 | 16 | | |
28 | | - | |
| 17 | + | |
| 18 | + | |
29 | 19 | | |
30 | | - | |
31 | 20 | | |
32 | 21 | | |
33 | | - | |
| 22 | + | |
34 | 23 | | |
35 | 24 | | |
36 | | - | |
37 | | - | |
| 25 | + | |
38 | 26 | | |
39 | | - | |
40 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
41 | 31 | | |
42 | 32 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 33 | + | |
47 | 34 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 35 | + | |
| 36 | + | |
52 | 37 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 38 | | |
61 | | - | |
62 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments