leap-stc / leap-stc.github.io

LEAP Technical Operations Manual Website
https://leap-stc.github.io/
5 stars 4 forks source link

Ci link checking #122

Closed jbusecke closed 2 weeks ago

jbusecke commented 8 months ago

An attempt towards #119

This currently just includes a bunch of link fixes. I am planning to run jupyter-book build -W --keep-going book/ --builder linkcheck as part of the CI, but I am getting weird results:

(leap-pangeo/architecture: line   52) broken    https://www.openstoragenetwork.org/ - HTTPSConnectionPool(host='www.openstoragenetwork.org', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)')))

navigating to https://www.openstoragenetwork.org/ works without problems. There are other similar errors for the iridl links...as longs as we cannot fix these issues I am hesitant to run this as part of the CI, since it will fail all the time.

github-actions[bot] commented 8 months ago

👋 Thanks for opening this PR! The Cookbook will be automatically built with GitHub Actions. To see the status of your deployment, click below. 🔍 Git commit SHA: 00beba7c2754eb14447edeefe4bf3522b12368ad ✅ Deployment Preview URL: https://leap-stc.github.io/_preview/122

jbusecke commented 2 weeks ago

Closed via #119