Skip to content

Commit

Permalink
fix(ci): update lychee arguments to exclude invalid links
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jun 28, 2021
1 parent 0fe28b3 commit e1d604c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,7 @@ jobs:
uses: actions/checkout@main
- name: Check the links
uses: lycheeverse/lychee-action@v1
with:
args: --exclude "%7Busername%7D" -v *.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e1d604c

Please sign in to comment.