Skip to content

Commit 3e8d8d8

Browse files
authored
Updated link checker command
1 parent 802318c commit 3e8d8d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/broken-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
id: lc
1414
uses: peter-evans/link-checker@v1.2.2
1515
with:
16-
args: -v -r *.md
16+
args: -v -r .
1717
- name: Fail?
18-
run: exit ${{ steps.lc.outputs.exit_code }}
18+
run: exit ${{ steps.lc.outputs.exit_code }}

0 commit comments

Comments
 (0)