From 9c0798c52067a16106a1473507128f6134df043e Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Sat, 2 Sep 2023 18:06:50 -0600 Subject: [PATCH] lychee: accept 401 https://github.com/lycheeverse/lychee/issues/1157 --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index e5431e0..3a01722 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -15,4 +15,4 @@ jobs: uses: lycheeverse/lychee-action@v1 with: fail: true - args: --accept 403 './**/*.md' \ No newline at end of file + args: --accept 401,403 './**/*.md' \ No newline at end of file