From 2186dd212240fe58898813e1031c7a3a8ebe6e25 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw)" <3293172751nss@gmail.com> Date: Mon, 15 May 2023 10:25:23 +0800 Subject: [PATCH] fix: fix the cicd error of the robot Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> --- .github/workflows/link-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}