executablebooks / meta

A community dedicated to supporting tools for technical and scientific communication and interactive computing
https://executablebooks.org
129 stars 164 forks source link

[blog] Update on Project for 2022 #874

Closed mmcky closed 1 year ago

mmcky commented 1 year ago

This PR adds an update to the project for the executable books blog.

mmcky commented 1 year ago

@choldgraf there seems to be a lot of false positives re: link checker.

rowanc1 commented 1 year ago

So cool! Enjoyed the read. :) So much going on, really excited about the power of the foundational tools and community we are building here. 🚀

mmcky commented 1 year ago

@rowanc1 that was super fast! ❤️ thanks for checking it out.

Once I figure out how the blog works I'll post the html :-)

mmcky commented 1 year ago

@choldgraf the blog entry isn't showing up in the rtd preview. What am I missing?

stevejpurves commented 1 year ago

@mmcky there is a build error in the docs, looks unrelated but is marked as critical, could that be affecting the build? image

Also on link-checker - look like its failing on various PRs with Network Error - is that because a github PAT has expired?

mmcky commented 1 year ago

@mmcky there is a build error in the docs, looks unrelated but is marked as critical, could that be affecting the build? image

Also on link-checker - look like its failing on various PRs with Network Error - is that because a github PAT has expired?

🤔 thanks @stevejpurves -- I'll try and track that down in the morning.

choldgraf commented 1 year ago

I wanna say that I've run into issues like this before with GitHub, and I think that the solution was to run Lychee with the -i or --insecure flag, which lets it check links that don't have a TLS certificate working properly.

Here's more about lychee: https://github.com/lycheeverse/lychee#commandline-parameters

And you can pass arguments to lychee via the action like so: https://github.com/lycheeverse/lychee-action#passing-arguments

mmcky commented 1 year ago

OK the blog post is working now on the PR so I will merge this.

@choldgraf this link checker is fragile perhaps we should just run once a day on a schedule instead?