Skip to content

Commit 9d5157f

Browse files
authored
Update markdown-link-check.yml
Change main docs directory for checking links
1 parent fe29063 commit 9d5157f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
uses: gaurav-nelson/github-action-markdown-link-check@v1
2222
with:
2323
use-verbose-mode: 'yes'
24-
folder-path: 'docs/'
25-
config-file: '.github/workflows/.markdown-link-check_config.json'
24+
folder-path: './'
25+
config-file: '.github/workflows/.markdown-link-check_config.json'

0 commit comments

Comments
 (0)