Skip to content

Commit 9e3cbfd

Browse files
authored
Merge pull request #1743 from PeterDaveHello/markdown-link-check-workaround
Fix GitHub Action for markdown-link-check trigger
2 parents 5d0a4bc + ec07638 commit 9e3cbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
paths:
66
- "**/*.md"
7-
- ".markdown-link-check.json"
7+
- "markdown_link_check_config.json"
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)