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 73e3286 commit 25b1340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v1.7.0
with:
args: --verbose './docs/**/*.md' --max-concurrency=32
args: --verbose './docs/**/*.md' --max-concurrency 1 --max-retries 0 --accept 200,429 --cache
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: Create Issue From File
# if: env.lychee_exit_code != 0
Expand Down

0 comments on commit 25b1340

Please sign in to comment.