diff --git a/.github/workflows/brokenlinks.yml b/.github/workflows/brokenlinks.yml index 012ab5497b..8dcbbedff1 100644 --- a/.github/workflows/brokenlinks.yml +++ b/.github/workflows/brokenlinks.yml @@ -24,7 +24,7 @@ jobs: with: use-verbose-mode: 'yes' config-file: ".mdlinkcheck.json" - folder-path: "docs/addons, docs/common, docs/deployment-models, docs/dual-stack, docs/general, docs/guidelines, docs/update-strategy" + folder-path: "docs" - name: Raise an Issue to report broken links if: ${{ failure() }}