From ecb907c62361a138b197330e6c0d1615a1f48006 Mon Sep 17 00:00:00 2001 From: 0w0 <55968557+rewrite0w0@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:40:52 +0900 Subject: [PATCH] chore: rollback link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 09d53569..f5b25c06 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -32,6 +32,6 @@ jobs: # Exclude twitter links, see https://github.com/lycheeverse/lychee/issues/1108. # Ideally this is built in, by https://github.com/lycheeverse/lychee/pull/1147. # Not sure why it doesn't work, exclude it manually. - args: --accept 200,429 --verbose --no-progress --exclude 'https://twitter\.com/*' 'https://web\.archive\.org/*' . + args: --accept 200,429 --verbose --no-progress --exclude 'https://twitter\.com/*' . # Fail action on broken links fail: true