Commit 3198789
committed
👷 [ci] Improve git-cliff installation in publish workflow
- Replace fixed-exe lookup with a recursive search (Get-ChildItem -Recurse) so git-cliff.exe can be found in nested archive directories
- Emit directory listing on failure and throw a clear error when exe is missing
- Use the exe's parent folder (binPath) when prepending to PATH and persist the updated PATH to GITHUB_ENV; log the discovered exe path and verify --version
🧹 [chore] Tidy Invoke-MarkdownLinkCheck.ps1 and ensure provided paths are filtered
- Add a blank line after the EXAMPLE block for readability
- Normalize/respect provided Paths and filter out node_modules and the script file itself to avoid self-checks and irrelevant files
Signed-off-by: Nick2bad4u <20943337+Nick2bad4u@users.noreply.github.com>1 parent d1b4bd2 commit 3198789
2 files changed
Lines changed: 17 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | | - | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
258 | 262 | | |
259 | 263 | | |
260 | 264 | | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
261 | 268 | | |
262 | | - | |
| 269 | + | |
263 | 270 | | |
264 | 271 | | |
265 | 272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
81 | 88 | | |
82 | 89 | | |
83 | 90 | | |
| |||
0 commit comments