Skip to content

Commit

Permalink
fix(ci): set concurrency for checking links
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 14, 2023
1 parent d33e2c7 commit d094561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ jobs:
- name: Check the links
uses: lycheeverse/lychee-action@v1
with:
args: -v *.md website/docs/* website/blog/*
args: -v --max-concurrency 1 *.md website/docs/* website/blog/*
fail: true
token: ${{ secrets.LYCHEE_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

audit:
name: Audit check
Expand Down

0 comments on commit d094561

Please sign in to comment.