Commit 3b65b5c
Build docs on pull requests to catch breakage pre-merge
The Pages workflow only ran on pushes to main, so a broken mise.lock or
docs build was not detected until after merge (when the deploy runs the
full 'mise install --locked'). Run the build on pull requests too, and
gate the gh-pages publish step to pushes on main so PRs validate without
deploying. Scope the concurrency group per ref so PR runs do not cancel
the main deploy.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 3ac897e commit 3b65b5c
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
| |||
0 commit comments