Commit cebc254
authored
fix(ci): trigger examples redeploy when libs change (#46)
The examples deploy change detection only checked cockpit/**/angular/ and
scripts/assemble-examples.ts. Library changes (libs/angular/, libs/chat/,
libs/render/) were not detected, so the apiUrl fix from PR #43 was never
deployed. Now checks all three lib directories.1 parent 3cc1d57 commit cebc254
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
281 | 284 | | |
282 | 285 | | |
283 | 286 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments