Skip to content

Commit

Permalink
fix(ci): update lychee arguments to skip checking protonmail
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jul 12, 2022
1 parent 0bf499e commit a5aaca1
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 @@ -108,7 +108,7 @@ jobs:
- name: Check the links
uses: lycheeverse/lychee-action@v1
with:
args: --exclude "%7Busername%7D|file:///|https://datatracker.ietf.org" -v *.md
args: --exclude "%7Busername%7D|file:///|https://datatracker.ietf.org|protonmail" -v *.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit a5aaca1

Please sign in to comment.