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 ba6117e + 3f020de commit 11327f2Copy full SHA for 11327f2
.github/workflows/linkchecker.yaml
@@ -25,7 +25,7 @@ jobs:
25
pip3 install requests
26
- name: amend linkcheckerrc to ignore 403 errors
27
run: |
28
- sed -i '/#ignoreerrors=/a ignoreerrors=^http* ^403 Forbidden' /home/runner/.local/lib/python3.10/site-packages/linkcheck/data/linkcheckerrc
+ sed -i '/#ignoreerrors=/a ignoreerrors=\n ^http* ^403 Forbidden\n ^http* ^418 Unknown Code' /home/runner/.local/lib/python3.10/site-packages/linkcheck/data/linkcheckerrc
29
- name: run linkchecker
30
31
cd $GITHUB_WORKSPACE/
0 commit comments