hotfix(ci): skip console dead link check
This commit is contained in:
13
.github/workflows/configs/mlc-config.json
vendored
Normal file
13
.github/workflows/configs/mlc-config.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"ignorePatterns": [
|
||||||
|
{
|
||||||
|
"pattern": "^https://console.substack.com/p/console-72$"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"timeout": "20s",
|
||||||
|
"retryOn429": false,
|
||||||
|
"fallbackRetryDelay": "30s",
|
||||||
|
"aliveStatusCodes": [
|
||||||
|
200
|
||||||
|
]
|
||||||
|
}
|
||||||
1
.github/workflows/markdown.yml
vendored
1
.github/workflows/markdown.yml
vendored
@@ -35,6 +35,7 @@ jobs:
|
|||||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||||
with:
|
with:
|
||||||
use-quiet-mode: yes
|
use-quiet-mode: yes
|
||||||
|
config-file: .github/workflows/configs/mlc-config.json
|
||||||
|
|
||||||
- uses: peter-evans/dockerhub-description@v3
|
- uses: peter-evans/dockerhub-description@v3
|
||||||
if: github.repository == 'qdm12/gluetun' && github.event_name == 'push'
|
if: github.repository == 'qdm12/gluetun' && github.event_name == 'push'
|
||||||
|
|||||||
Reference in New Issue
Block a user