This is how to publish update web in github pages!
Step by step
- Update your content website.
- Commit your update to git local (git add .) and then (git commit - m "your commit").
- Publish your page in github pages (npm run deploy).
- Push to github server (git push).