diff --git a/.github/workflows/markdown-link-check.yml b/.github/workflows/markdown-link-check.yml index 4466a18e..9520a58f 100644 --- a/.github/workflows/markdown-link-check.yml +++ b/.github/workflows/markdown-link-check.yml @@ -18,4 +18,4 @@ jobs: - uses: actions/checkout@main - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: - config-file: '.mlc-config.json' + config-file: '.github/workflows/mlc-config.json' diff --git a/.mlc-config.json b/.github/workflows/mlc-config.json similarity index 100% rename from .mlc-config.json rename to .github/workflows/mlc-config.json