File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ action file.
77
88The underlying checker is from Tom Cort,
99[ markdown-link-check] ( https://github.com/tcort/markdown-link-check ) . This
10- is wrapped by Gaurav Nelson's [ github-action-markdown-link-check] ( https://github.com/gaurav-nelson /github-action-markdown-link-check ) .
10+ is wrapped in [ github-action-markdown-link-check] ( https://github.com/tcort /github-action-markdown-link-check ) .
1111
1212Note this checker checks markdown files directly, thus it will not check any links
1313in ` html ` files on the site. To deal with the fact that Jekyll builds the site
Original file line number Diff line number Diff line change 1818 - name : Jekyll Build
1919 run : bundler exec jekyll build
2020 - name : Check Links
21- uses : gaurav-nelson /github-action-markdown-link-check@v1
21+ uses : tcort /github-action-markdown-link-check@v1
2222 with :
2323 config-file : ' .github/config/mdcheck.json'
2424 check-modified-files-only : ' yes'
You can’t perform that action at this time.
0 commit comments