From 1c59c04b31052ff93318c31b228fcd7532d15ffb Mon Sep 17 00:00:00 2001 From: Joel Hans Date: Wed, 18 Nov 2020 07:34:06 -0700 Subject: Fix Docs GitHub Action with ignore list and update (#10002) * Add pi-hole.net to ignorelist * Update action for bugfixes * Add regex and test doc * Revert test --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 27455e77d9..9021e7c167 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Run link check - uses: gaurav-nelson/github-action-markdown-link-check@1.0.2 + uses: gaurav-nelson/github-action-markdown-link-check@1.0.7 with: use-quiet-mode: 'no' use-verbose-mode: 'yes' -- cgit v1.2.3