From aa007f9b14318917d01092af70ee82cc3bad6da5 Mon Sep 17 00:00:00 2001 From: orhun Date: Tue, 27 Jul 2021 16:20:33 +0300 Subject: [PATCH] chore(ci): update lychee arguments --- .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 d5d05cd..58e11b2 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|localhost|awesome.txt" -v *.md + args: --exclude "example.com|site.com|localhost|awesome.txt" -v *.md env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}