We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c1e8c commit a1c87ddCopy full SHA for a1c87dd
1 file changed
.github/workflows/website-checks.yaml
@@ -27,4 +27,9 @@ jobs:
27
pipx install linkchecker~=10.6
28
- name: Analysing the links of the website
29
run: |
30
- linkchecker --check-extern --ignore-url='.*_8hpp\.html' --ignore-url=https://www.doxygen.org/index.html --ignore-url=https://theses.fr/2022AIXM0412 index.html
+ linkchecker \
31
+ --check-extern \
32
+ --ignore-url='.*_8hpp\.html' \
33
+ --ignore-url=https://www.doxygen.org/index.html \
34
+ --ignore-url=https://en.cppreference.com/cpp/language/structured_binding \
35
+ --ignore-url=https://theses.fr/2022AIXM0412 index.html
0 commit comments