lychee: accept 401

https://github.com/lycheeverse/lychee/issues/1157
This commit is contained in:
Nathan Youngman
2023-09-02 18:06:50 -06:00
parent f6c4e7158d
commit 9c0798c520
+1 -1
View File
@@ -15,4 +15,4 @@ jobs:
uses: lycheeverse/lychee-action@v1 uses: lycheeverse/lychee-action@v1
with: with:
fail: true fail: true
args: --accept 403 './**/*.md' args: --accept 401,403 './**/*.md'