Setting up Github Actions for a React App on Github Pages

Keith Weaver
4 min readSep 24, 2019

This was originally posted on my personal website.

In this tutorial, we deploy our changes on master to production (your domain) on each push. The idea: if you are hosting a React GH-Pages app on Github, then you no longer need to manually deploy.

This lesson goes along with Host a React App for Free using Github Pages.

Getting Started

Like the Host a React App for Free using Github Pages, our starting point will be this code repository. I would…

--

--