From f3f04e93f96f81a0befc7d97e559674d7af0eae6 Mon Sep 17 00:00:00 2001 From: Brian Boucheron Date: Thu, 26 Jan 2023 08:23:26 -0500 Subject: [PATCH] Update links.yml --- .github/workflows/links.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 02717fb..6fb2365 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -15,9 +15,6 @@ jobs: - name: Lychee Link Checker id: lychee uses: lycheeverse/lychee-action@v1.5.4 - with: - args: --exclude 'twitter.com' - fail: true env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}