diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cd38b105..13874b29 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 - uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 with: - configuration-path: "docs/book/.markdown-link-check.json" + configuration-path: ".markdown-link-check.json" lint-docs: name: Lint Docs diff --git a/docs/book/.markdown-link-check.json b/.markdown-link-check.json similarity index 100% rename from docs/book/.markdown-link-check.json rename to .markdown-link-check.json