Skip to content

Commit 9bde7d3

Browse files
authored
Schedule for link checker and update for recent report (#4305)
1 parent e3a6272 commit 9bde7d3

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/check_links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
repository_dispatch:
88
workflow_dispatch:
99
schedule:
10-
- cron: "00 06 * * 0"
10+
- cron: "00 00 1 * *" # monthly
1111

1212
jobs:
1313
linkChecker:
@@ -28,7 +28,7 @@ jobs:
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

.lycheeignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ https://doi.org/
33

44
# embedded video url fails
55
https://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

doc/sphinx/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)