Skip to content

Commit 381cbf0

Browse files
committed
[docs] chore(workflows): Check MkDocs URIs
1 parent f8d61de commit 381cbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-mkdocs-uris.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
echo "Checking mkdocs.yml for URIs (use '-' instead of '_')"
3434
35-
INVALID_PATHS=$(grep -E '\.md$' mkdocs.yml | grep '_')
35+
INVALID_PATHS=$(grep "\.md" mkdocs.yml | grep "_")
3636
3737
if [ -n "$INVALID_PATHS" ]; then
3838
echo "❌ Invalid MkDocs URIs detected (use '-' instead of '_'):"

0 commit comments

Comments
 (0)