Commit 4dac266
docs(ci): build workspace deps before Pages deploy; revert Dropdown comment
Two related fixes:
1. Roll back the leading "SHARP EDGE" comment added to
examples/Dropdown.rozie. Although it lived above the <rozie>
wrapper and didn't alter any emitted fixture content, it shifted
byte offsets enough to break a byte-placement check in the source
map / parser test suite. The convention is documented in the docs
demo's inline comment instead, which is the right place for it
anyway (consumer-side guidance, not source-side).
2. Update .github/workflows/docs.yml for the new workspace dep graph.
@rozie/docs now consumes @rozie/unplugin (compiles .rozie files at
build time) and @rozie/runtime-vue (debounce / throttle /
useOutsideClick referenced by emitted Vue SFCs). Both ship from
their dist/. Mirror the build-order pattern used by
vue-matrix.yml / react-matrix.yml: build core → unplugin →
runtime-vue → docs.
Also extend the workflow's path triggers so changes to those
packages or to examples/*.rozie sources rebuild the docs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c165de7 commit 4dac266
2 files changed
Lines changed: 23 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
8 | 16 | | |
9 | 17 | | |
10 | 18 | | |
| |||
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
39 | 62 | | |
40 | 63 | | |
41 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 13 | | |
29 | 14 | | |
30 | 15 | | |
| |||
0 commit comments