From 33977de206896c1a18ec170640b7671a00e9dedf Mon Sep 17 00:00:00 2001 From: orhun Date: Thu, 26 Aug 2021 23:15:47 +0300 Subject: [PATCH] fix(ci): update lychee arguments to exclude example files --- .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 58e11b2..9058901 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,6 +103,6 @@ jobs: - name: Check the links uses: lycheeverse/lychee-action@v1 with: - args: --exclude "example.com|site.com|localhost|awesome.txt" -v *.md + args: --exclude "example.com|site.com|localhost|awesome.txt|x.txt" -v *.md env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}