@cryptotaxi247 / netdata-1 / commits / 1c59c04b3

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

Joel Hans committed Nov 18, 2020 at 07:34 UTC 1c59c04b31052ff93318c31b228fcd7532d15ffb
2 files changed +6 -1
.github/workflows/docs.yml
+1 -1
@@ -17,7 +17,7 @@ jobs:
17 - name: Checkout
18 uses: actions/checkout@v2
19 - name: Run link check
20 - uses: gaurav-nelson/github-action-markdown-link-check@1.0.2
20 + uses: gaurav-nelson/github-action-markdown-link-check@1.0.7
21 with:
22 use-quiet-mode: 'no'
23 use-verbose-mode: 'yes'
.mlc_config.json
+5
@@ -1,4 +1,9 @@
1 {
2 + "ignorePatterns": [
3 + {
4 + "pattern": "^https:\/\/pi-hole.net"
5 + }
6 + ],
7 "replacementPatterns": [
8 {
9 "pattern": "^/",