diff --git a/.github/mlc_config.json b/.github/mlc_config.json new file mode 100644 index 00000000..be01fdbf --- /dev/null +++ b/.github/mlc_config.json @@ -0,0 +1,10 @@ +{ + "ignorePatterns": [ + { + "pattern": "^/assets" + }, + { + "pattern": "^https://archive.org" + } + ] +} \ No newline at end of file diff --git a/.github/workflows/check-md-links.yml b/.github/workflows/check-md-links.yml index 8f6b6d66..f55b4680 100644 --- a/.github/workflows/check-md-links.yml +++ b/.github/workflows/check-md-links.yml @@ -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'