summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-11-18 07:34:06 -0700
committerGitHub <noreply@github.com>2020-11-18 09:34:06 -0500
commit1c59c04b31052ff93318c31b228fcd7532d15ffb (patch)
tree288faa469527a479cb0faf367d3490cbe06dc9a7 /.github
parent36219a6c18176d76f493d2eb33fbdc0e390019df (diff)
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yml2
1 files changed, 1 insertions, 1 deletions
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'