Assuming you already have a GitHub page running with gh-pages and after you push your changes, you see them in your repo but the GitHub page is not being updated.
Keep reading the full guide or check out the quick solution in the Tutorial Page (If you wondering about the full-screen video in the tutorial page, check this guide to learn how to set a Responsive video in React)
In this sample we are using npm and our branch called master, if needed, change them according to your own settings.
We already have a build directory - and if you don't have one? no problem!
just execute npm run build
command (make sure the build folder it's not listed in the .gitignore file).
Make sure you are in the project folder and no other processes are running (to stop all processing in the terminal: Ctrl + c in Windows OR Cmd + c in Mac)
(If you are using GitHub in your code editor, you will see the build folder content being added to the Unstaged Changes - ready to be staged).
Copyright © 2015 @frnt-end frnt-end.github.io/portfolio/