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' 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/ 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 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/ 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!