Skip to content

Commit

Permalink
remove the external link checker for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Feb 21, 2023
1 parent 2ec6b8e commit 85aab0a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,3 @@ jobs:

- name: check internal markdown links
run: npm run check-links

- name: check external markdown links
uses: gaurav-nelson/github-action-markdown-link-check@9710f0fec812ce0a3b98bef4c9d842fc1f39d976 # v1.0.13
with:
folder-path: "docs, versioned_docs"
file-path: "./readme.md, ./CONTRIBUTING.md"
use-quiet-mode: 'yes' # only report errors
config-file: "mlc_config.json"


0 comments on commit 85aab0a

Please sign in to comment.