fix: fix the cicd error of the robot

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
pull/401/head
Xinwei Xiong(cubxxw) 2 years ago
parent f7041b316b
commit 2186dd2122

@ -30,7 +30,7 @@ jobs:
# -a --accept <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}}

Loading…
Cancel
Save