Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Modify search for doc files
  • Loading branch information
rmccorm4 committed Aug 8, 2025
commit 870217ee1b12dd246602d085941d148fcbe96c4b
2 changes: 1 addition & 1 deletion .github/workflows/docs-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
set -euo pipefail
cd "$GITHUB_WORKSPACE"
FILES=$(git ls-files | grep -E '\\.(md|mdx|rst|html)$' || true)
FILES=$(git ls-files | grep -E '\.(md|rst)$'' || true)
if [ -z "$FILES" ]; then
echo "No documentation files found to check."
exit 0
Expand Down
Loading