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