File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 repository_dispatch :
88 workflow_dispatch :
99 schedule :
10- - cron : " 00 06 * * 0 "
10+ - cron : " 00 00 1 * * " # monthly
1111
1212jobs :
1313 linkChecker :
2828 args : >
2929 ./doc/sphinx/**/*.rst
3030 --max-concurrency 1 --no-progress
31- --accept "200..=204, 429"
31+ --accept "200..=204, 302, 429"
3232
3333 - name : Set current date
3434 run : echo "REPORT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -3,3 +3,8 @@ https://doi.org/
33
44# embedded video url fails
55https://www.youtube.com/embed/
6+
7+ # SSL certificate verification failed
8+ # These links work, avoiding subsequent tests in new link check issues (Jan-2026)
9+ https://blog.esciencecenter.nl/easy-ipcc-powered-by-esmvalcore-19a0b6366ea7
10+ https://blog.esciencecenter.nl/esmvaltool-recipes-for-solid-climate-science-da5b33814f69
Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ Highlights
609609 provide the basis for the CMIP6 model evaluation for the further application
610610 of causal discovery.
611611 The results are discussed in the article
612- `"Causal model evaluation of Arctic-midlatitude teleconnections in CMIP6" <https://essopenarchive .org/doi/full /10.1002/essoar.10512569.1 >`__
612+ `"Causal model evaluation of Arctic-midlatitude teleconnections in CMIP6" <https://doi .org/10.1002/essoar.10512569.1 >`__
613613 by Galytska et al. (in review in Journal of Geophysical Research: Atmospheres).
614614
615615- It is now possible to use the
You can’t perform that action at this time.
0 commit comments