Skip to content

Commit d45375b

Browse files
committed
fix
1 parent f0b533a commit d45375b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/lint-docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,4 @@ jobs:
2121
- name: Build docs with MkDocs
2222
run: make docs
2323
- name: Check Markdown links
24-
uses: tcort/github-action-markdown-link-check@v1
25-
with:
26-
folder-path: 'docs'
27-
file-path: './README.md'
24+
uses: byrnereese/github-action-mkdocs-link-check@v1

0 commit comments

Comments
 (0)