Deploy Your Gatsby Site With GitHub Actions

Migrating a Travis CI deployment platform to GitHub Actions

Deborah D
Better Programming
Published in
5 min readOct 6, 2020

--

GitHub Actions logo with some symbols and confetti in the air.
Photo from the GitHub Blog.

I’ve been on a fun learning journey with Gatsby over the last few weeks. So far, I’ve migrated my old Jekyll blog to Gatsby and created a pipeline that continuously deploys it to GitHub Pages. To create the CD pipeline, I used Travis CI, which I talked about at length in my previous article.

--

--