[build] tweak mlc config path

This commit is contained in:
Timothy Stack 2021-06-21 14:37:26 -07:00
parent d42006d0a9
commit 9fffa728de
2 changed files with 11 additions and 1 deletions

10
.github/mlc_config.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"ignorePatterns": [
{
"pattern": "^/assets"
},
{
"pattern": "^https://archive.org"
}
]
}

View File

@ -9,4 +9,4 @@ jobs:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: 'mlc_config.json'
config-file: '.github/mlc_config.json'