From 9fffa728de10451534af3f0ebda4770da909d426 Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Mon, 21 Jun 2021 14:37:26 -0700 Subject: [PATCH] [build] tweak mlc config path --- .github/mlc_config.json | 10 ++++++++++ .github/workflows/check-md-links.yml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .github/mlc_config.json 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'