Ignore gnu.org for #5377 (#5391)

* Update .github/workflows/linkchecker.yml
This commit is contained in:
H. Joe Lee 2025-03-27 13:26:13 -05:00 committed by GitHub
parent be63ed0cb0
commit 558e8955f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,6 @@ jobs:
- name: check
run: |
cd build/hdf5lib_docs/html
linkchecker --no-warnings --ignore-url=/doxygen.css --check-extern ./index.html
linkchecker --no-warnings --ignore-url=/doxygen.css --ignore-url=gnu.org --ignore-url=en.wikipedia.org --ignore-url=help.hdfgroup.org --ignore-url=libpng.org --ignore-url=my.cdash.org --ignore-url=www.oreilly.com --ignore-url=preshing.com --ignore-url=semver.org --ignore-url=sourceforge.net --ignore-url=www.youtube.com --ignore-url=youtu.be --check-extern ./index.html
#continue-on-error: true