Fix linkchecker failures (#6471)

* Exclude www.doxygen.nl from urls checked in linkchecker.yml.
This commit is contained in:
Larry Knox
2026-06-19 15:30:58 -05:00
committed by GitHub
parent 5cce874897
commit 0dca46f524
+1
View File
@@ -72,6 +72,7 @@ jobs:
--exclude "linkedin.com"
--exclude "web.cels.anl.gov"
--exclude "www.doxygen.org"
--exclude "www.doxygen.nl"
"${{ steps.build_docs.outputs.html_path }}/**/*.html"
output: lychee-report.md
format: markdown