We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5218e commit 499adb0Copy full SHA for 499adb0
.github/workflows/website-checks.yaml
@@ -24,4 +24,4 @@ jobs:
24
pipx install linkchecker
25
- name: Analysing the links of the website
26
run: |
27
- linkchecker --check-extern index.html
+ linkchecker --check-extern --ignore-url=https://www.doxygen.org/index.html index.html
0 commit comments