All articles tagged with jekyll

Page 1 of 1
 

How I replaced Travis CI with GitHub Actions to build my website

It’s been a while since I posted last. In fact I was meaning to post something else first, but I came to the realization that I no longer can use my old Travis CI setup without making some changes. However, instead of fixing it, I took the opportunity to learn something new and decided to give GitHub Actions a go!

read more…

How I use Travis CI to build my website

Contents:

  • How was this website built
    • What is Jekyll
    • What is Github Pages
    • What is Travis CI
  • How is the website repository organized
    • Workflow
  • Setup
    • Github repo
    • Travis CI

Disclaimer: This is not a general how-to article. Its more of an explanatory article for how I setup my website and everything else needed for having automatic deployments.

read more…