Skip to content

Commit

Permalink
fix(ci): update lychee arguments to skip checking files
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 10, 2021
1 parent 7f8e252 commit ba3f1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ jobs:
- name: Check the links
uses: lycheeverse/lychee-action@v1
with:
args: --exclude "%7Busername%7D" -v *.md
args: --exclude "%7Busername%7D|file:///" -v *.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ba3f1ca

Please sign in to comment.