Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ci): minor changes on links CI #810

Merged
merged 1 commit into from
Jul 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/link-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
fail: true
# For parameter description, see https://github.com/lycheeverse/lychee#commandline-parameters
# -E, --exclude-all-private Exclude all private IPs from checking.
# -v, --verbose Verbose program output
# -i, --insecure Proceed for server connections considered insecure (invalid TLS)
# -n, --no-progress Do not show progress bar.
# -t, --timeout <timeout> Website timeout in seconds from connect to response finished [default:20]
Expand All @@ -43,6 +42,6 @@ jobs:

# ./site the MkDocs site directory to check
# ./*.md all markdown files in the root directory
args: -E -v -i -n -t 45 --max-concurrency 32 -a 429,401 -- site;*.md
args: -E -i -n -t 45 --max-concurrency 64 -a 429,401 -- 'site' '*.md'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion .github/workflows/link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# ./site the MkDocs site directory to check
# ./*.md all markdown files in the root directory
args: -E -v -i -n -t 45 --max-concurrency 32 -a 429,401 -- site;*.md
args: -E -v -i -n -t 45 --max-concurrency 64 -a 429,401 -- 'site' '*.md'
output: out.md
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Welcome to DevStream!

Thanks for contributing, and thanks for reading this doc before doing it!

The [DevStream Docs website](https://docs.devstream.io/en/latest/contribute/) contains information about how to get started, how the community organizes, and more. See the followings for more details before you decide to contribute:
The [DevStream Docs website](https://docs.devstream.io) contains information about how to get started, how the community organizes, and more. See the followings for more details before you decide to contribute:

- [Contributing Guide](https://docs.devstream.io/en/latest/contributing_guide/).
- [Development Workflow](https://docs.devstream.io/en/latest/development/development-workflow/), and other docs under the "Developer Guide" section.
Expand Down
1 change: 0 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Please report vulnerabilities by e-mail to the following address:

- tiexin.guo@merico.dev
- tao.hu@merico.dev
- fangbao.li@merico.dev

If you find a security-related bug in DevStream, we kindly ask you to disclose responsibly and give us appropriate time to react to mitigate the vulnerability.

Expand Down