Skip to content

Commit a1c87dd

Browse files
authored
Add cppref to the whitelist (#1138)
1 parent 07c1e8c commit a1c87dd

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/website-checks.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@ jobs:
2727
pipx install linkchecker~=10.6
2828
- name: Analysing the links of the website
2929
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
30+
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

Comments
 (0)