We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37daeed + dd8d502 commit 4636062Copy full SHA for 4636062
.github/workflows/linkcheck.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: lycheeverse/lychee-action@v2
22
with:
23
fail: false
24
- args: --accept 403,503 *.html
+ args: --accept 200,403,503 *.html
25
- name: Create Issue From File
26
if: steps.lychee.outputs.exit_code != 0
27
uses: peter-evans/create-issue-from-file@v5
0 commit comments