You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 changes
0 commit comments