* Setup a github actions workflow to automatically deploy the website whenever a new change is pushed to the ```react``` branch. * The following commands are needed for deployment ``` yarn yarn build ```` * The above commands produce a folder named ```dist``` and this folder's contents have to be pushed to the ```gh-pages``` branch.