From 8d42e2e1493d5be3791b85e656dd3e69340daf3c Mon Sep 17 00:00:00 2001 From: Lukas Ruhe Date: Thu, 5 Mar 2026 16:21:22 +0100 Subject: [PATCH 1/5] add ignores for unsupported external urls --- .lycheeignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.lycheeignore b/.lycheeignore index 0335f0c..c1a41aa 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,6 +1,12 @@ +# Browser automatically show /index.html instead of /index (lychee does not) +/index + # doi.org blocks bot requests https://doi.org/ # error detected but working when accessed through browser: https://blog.esciencecenter.nl/easy-ipcc-powered-by-esmvalcore-19a0b6366ea7 https://ai4pex.org/ +https://www.mdpi.com/ +https://essopenarchive.org/ +https://journals.ametsoc.org/ \ No newline at end of file From d6fda17ef92febc957f1507337b48005074b1f7b Mon Sep 17 00:00:00 2001 From: Lukas Ruhe Date: Fri, 6 Mar 2026 10:52:12 +0100 Subject: [PATCH 2/5] exclude report.md from build --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 59e7184..c8297fd 100644 --- a/_config.yml +++ b/_config.yml @@ -267,6 +267,7 @@ exclude: - Gemfile.lock - LICENSE - README.md + - report.md - screenshot.png - docs/ - vendor/ From dedd8f2630be7c75ff027b3fce9c36c17aeda380 Mon Sep 17 00:00:00 2001 From: Lukas Ruhe Date: Fri, 6 Mar 2026 11:28:01 +0100 Subject: [PATCH 3/5] set esmvaltool.org as base url for link checker --- .github/workflows/link-checker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 0faf302..7406fd9 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -35,6 +35,7 @@ jobs: # './**/*.md' './**/*.html' './**/*.rst' args: > ./_site/**/*.html + --base-url https://esmvaltool.org/ --max-concurrency 1 --no-progress --accept '100..=103,200..=399, 429' --exclude https://doi.org/ From 163a9487dceb9e6c4865e3e5d8d917cd8697af46 Mon Sep 17 00:00:00 2001 From: Lukas Ruhe Date: Fri, 6 Mar 2026 11:37:36 +0100 Subject: [PATCH 4/5] remove invalid link to old recipe output --- _posts/2023-12-20-New-release.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_posts/2023-12-20-New-release.md b/_posts/2023-12-20-New-release.md index a38ab83..6167e7a 100644 --- a/_posts/2023-12-20-New-release.md +++ b/_posts/2023-12-20-New-release.md @@ -39,6 +39,5 @@ Please refer to the Changelogs for an overview of the latest changes and additio ------------------- -Finally, a collection of output from 140 ESMValTool recipes run with version v2.10.0 is available on the [DKRZ portal](https://esmvaltool.dkrz.de/shared/esmvaltool/v2.10.0/). Happy model evaluation with ESMValTool! From bc6d6b305ea63653f45adf51ab89bc5918a58538 Mon Sep 17 00:00:00 2001 From: Lukas Ruhe Date: Fri, 6 Mar 2026 13:43:48 +0100 Subject: [PATCH 5/5] add base url to PR check too --- .github/workflows/link-checker-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/link-checker-pr.yml b/.github/workflows/link-checker-pr.yml index a85a7d6..1cc42dd 100644 --- a/.github/workflows/link-checker-pr.yml +++ b/.github/workflows/link-checker-pr.yml @@ -18,6 +18,7 @@ jobs: fail: true args: | './**/*.md' + --base-url https://esmvaltool.org/ --max-concurrency 1 --no-progress --exclude-path 'meetings.md'