ProjectPythia / cmip6-cookbook

Examples of analysis of Google Cloud CMIP6 data using Pangeo tools
https://projectpythia.org/cmip6-cookbook/
Apache License 2.0
11 stars 10 forks source link

Link checker failing #45

Closed r-ford closed 1 year ago

r-ford commented 1 year ago

The nightly build is currently failing because of the link checker. There are 403 (Forbidden) errors for links to a few papers, which are all AGU publications.

brian-rose commented 1 year ago

This is the same issue discussed over at https://github.com/ProjectPythia/cmip6-cookbook/pull/46. It appears to be associated with licensing issues for the AGU journals.

The workaround is to exclude doi.org patterns from our link-checker, since they are immutable references anyway.

I opened https://github.com/ProjectPythia/cookbook-actions/issues/60 to track progress on this.

brian-rose commented 1 year ago

High priority but will be solved upstream with https://github.com/ProjectPythia/cookbook-actions/issues/60

brian-rose commented 1 year ago

Actually in https://github.com/ProjectPythia/cookbook-actions/issues/60 I decided to implement the solution at the individual cookbook repo level so I'll open a new PR here.