From a5aaca1a01e6e380c35a70bc512cb11d17e4b964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Tue, 12 Jul 2022 15:11:08 +0200 Subject: [PATCH] fix(ci): update lychee arguments to skip checking protonmail --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f78d257bf0..3aac191450 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}