Skip to content

Commit

Permalink
Test docs link checker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nlemoine committed May 17, 2023
1 parent d604bd4 commit 6edf260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v1.7.0
with:
args: --verbose './**/*.md'
args: --verbose './**/*.md' --max-concurrency=32
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit 6edf260

Please sign in to comment.