Skip to content

Commit 48e67a3

Browse files
committed
skip midas.umich.edu
1 parent 7583443 commit 48e67a3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/docs-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ jobs:
66
steps:
77
- uses: actions/checkout@v4
88
- uses: gaurav-nelson/github-action-markdown-link-check@v1
9+
with:
10+
config-file: '.mlc_config.json'

.mlc_config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ignorePatterns": [
3+
{
4+
"pattern": "^https://midas\\.umich\\.edu"
5+
}
6+
]
7+
}

0 commit comments

Comments
 (0)