Commit 646384c
committed
Fix shell script error when all changed files are in .github/
- Add '|| true' to grep command to prevent exit code 1 when no matches
- Add check for non-empty filtered file list before pattern matching
- Ensures clean skip of documentation deployment for .github/ only changes1 parent 7b42773 commit 646384c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments