I've deployed a project as a Github Page using npm run deploy
. Now, I have made new changes to my project on my master
branch and pushed them to the remote master
branch. However, doing so does not seem to update my Github Page. What step(s) am I missing? Do I need to re-run npm run deploy
?
After pushing your code to master branch, run npm run deploy
. This will make a new commit and push to your gh-pages branch that your GitHub Pages app running on. Then refresh your page. If you don't see any changes, wait a couple minutes and refresh it again.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With