Skip to content

Commit

Permalink
Disable link-check for now, see #120
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Dec 12, 2024
1 parent 1959613 commit fcc7368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: Install Dependencies
run: npm install -g markdown-link-check

- name: Check Links
run: markdown-link-check -q ./*.md -c mdlinkcheckconfig.json && markdown-link-check ./**/*.md -q -c mdlinkcheckconfig.json
#- name: Check Links
# run: markdown-link-check -q ./*.md -c mdlinkcheckconfig.json && markdown-link-check ./**/*.md -q -c mdlinkcheckconfig.json

0 comments on commit fcc7368

Please sign in to comment.