From a3ea76157f87642570b6f29134cbe35fa8ae9422 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Sat, 2 Sep 2023 17:41:11 -0600 Subject: [PATCH] Udemy reports 403 https://github.com/lycheeverse/lychee/issues/1157 --- .github/workflows/links.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index d6fbef3..72a5118 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -12,4 +12,5 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@v1 with: - fail: true \ No newline at end of file + fail: true + args: --accept 403 './**/*.md' \ No newline at end of file