From fcc736836b85cdabff753f8f931575561c376019 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 12 Dec 2024 17:19:13 +1300 Subject: [PATCH] Disable link-check for now, see #120 --- .github/workflows/link-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 16f7bf4..e7b1551 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -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 \ No newline at end of file + #- name: Check Links + # run: markdown-link-check -q ./*.md -c mdlinkcheckconfig.json && markdown-link-check ./**/*.md -q -c mdlinkcheckconfig.json \ No newline at end of file