This project comes with several options for deployment.
npm run deploy - This script cleans the old built site, uses gatsby build for a fresh build, and deploys to Github Pages. You can add other scripts in here if you wish.npm run deploy:gh - Uses the gh-pages package to publish the public folder to Github Pages. Can be run independent of npm run deploy or removed.