diff --git a/.github/workflows/link-pr.yml b/.github/workflows/link-pr.yml index f246ff444..3a07c2ebd 100644 --- a/.github/workflows/link-pr.yml +++ b/.github/workflows/link-pr.yml @@ -30,7 +30,7 @@ jobs: # -a --accept Comma-separated list of accepted status codes for valid links # docs/.vitepress/dist the site directory to check # ./*.md all markdown files in the root directory - args: --verbose -E -i --no-progress --exclude-path './CHANGELOG' './**/*.md' './vendor' + args: --verbose -E -i --no-progress --exclude-path './CHANGELOG' './**/*.md' env: GITHUB_TOKEN: ${{secrets.GH_PAT}}