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.
1 parent 412f52c commit 515c33dCopy full SHA for 515c33d
.github/workflows/linkcheck.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: lycheeverse/lychee-action@v2
22
with:
23
fail: false
24
- args: --accept 403 .
+ args: --accept 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