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 8f8a58cb30
commit f7041b316b

@ -30,9 +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
# 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'
args: --verbose -E -i --no-progress --exclude-path './CHANGELOG' './**/*.md' './vendor'
env:
GITHUB_TOKEN: ${{secrets.GH_PAT}}

@ -198,7 +198,7 @@ We divide the problem into security and general problems:
Security issues are always treated seriously. As our usual principle, we discourage anyone to spread security issues. If you find a security issue of OpenIM, please do not discuss it in public and even do not open a public issue.
Instead we encourage you to send us a private email to [📮winxu81@gmail.com](https://mail.google.com/mail/u/0/?fs=1&tf=cm&to=winxu81@gmail.com) to report this.
Instead we encourage you to send us a private email to 📮[winxu81@gmail.com](https://mail.google.com/mail/u/0/?fs=1&tf=cm&to=winxu81@gmail.com) to report this.
#### Reporting general issues

Loading…
Cancel
Save