Skip to content

Commit 615f0d4

Browse files
committed
[docs] chore(workflows): Check MkDocs URIs
1 parent a6bff3b commit 615f0d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
run: |
3333
echo "Checking mkdocs.yml for URIs (use '-' instead of '_')"
3434
35-
INVALID_PATHS=$(grep '.md' mkdocs.yml | grep '_' | grep -v 'pymdownx.superfences')
36-
35+
INVALID_PATHS=$(grep '.md' mkdocs.yml | grep '_' | grep -Ev 'pymdownx\.superfences|md_in_html')
36+
3737
if [ -n "$INVALID_PATHS" ]; then
3838
echo "❌ Invalid MkDocs URIs detected (use '-' instead of '_'):"
3939
echo "$INVALID_PATHS" | sed 's/^/ - /'

0 commit comments

Comments
 (0)