summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/docs.yml2
-rw-r--r--.mlc_config.json9
2 files changed, 9 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 9021e7c167..2a4fe87e4a 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.7
+ uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'no'
use-verbose-mode: 'yes'
diff --git a/.mlc_config.json b/.mlc_config.json
index ccdb194413..8164bc4f81 100644
--- a/.mlc_config.json
+++ b/.mlc_config.json
@@ -1,7 +1,10 @@
{
"ignorePatterns": [
{
- "pattern": "^https:\/\/pi-hole.net"
+ "pattern": "^https:\/\/pi-hole\.net\b"
+ },
+ {
+ "pattern": "^https:\/\/docs\.stackpulse\.io\b"
}
],
"replacementPatterns": [
@@ -9,5 +12,9 @@
"pattern": "^/",
"replacement": "/github/workspace/"
}
+ ],
+ "aliveStatusCodes": [
+ 200,
+ 429
]
}