diff --git a/.github/mlc_config.json b/.github/mlc_config.json index 08b05e1..86e3445 100644 --- a/.github/mlc_config.json +++ b/.github/mlc_config.json @@ -1,8 +1,11 @@ { "aliveStatusCodes": [ 429, - 200 + 200, + 202, + 403 ], + "timeout": "20s", "httpHeaders": [ { "urls": [ diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index bde5ce1..acb4dde 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -16,4 +16,5 @@ jobs: - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: use-quiet-mode: 'yes' - config-file: '.github/mlc_config.json' \ No newline at end of file + config-file: '.github/mlc_config.json' + file-path: './README.md' \ No newline at end of file