diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 3421462df..61b0d7210 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -11,3 +11,6 @@ jobs: steps: - uses: actions/checkout@master - uses: gaurav-nelson/github-action-markdown-link-check@v1 + with: + folder-path: "docs, versioned_docs" + file-path: "./readme.md, ./CONTRIBUTING.md"