LibreSolar / learn.libre.solar

Building DC Energy Systems (OER)
https://learn.libre.solar
Creative Commons Attribution Share Alike 4.0 International
15 stars 15 forks source link

Implement Github action for dead url check #63

Open mulles opened 3 years ago

mulles commented 3 years ago

To avoid dead url's in the project one could use the following github action: https://github.com/marketplace/actions/broken-link-check

Should we implement this in the CI for all documentation repos?

To check internal .md file links there are other methods:

https://github.com/ulivz/vuepress-plugin-check-md

https://github.com/vuejs/vuepress/issues/1092

Should I add this to Github Projects ?

martinjaeger commented 3 years ago

Good idea!

I would not add it to the GitHub Project, because that's just for tracking the progress of chapters.

We can just keep this issue open until someone has added the check to the CI. I guess it will take a bit of effort to make it work properly.