Travis CI with GitHub Pages / Linkchecker

221 Views Asked by At

I am hosting pages on GitHub Pages. These use Jekyll, but that shouldn't matter.

Since we have source code management for the web pages and even a publishing and hosting... why not add CI!

Is there a best practice for implementing a link checker using Travis CI scenario. Also, practically, is this the "right" thing to do since may use a lot of resources?

Thank you!

1

There are 1 best solutions below

1
On

Check the official document of Jekyll. (http://jekyllrb.com/docs/continuous-integration/)