DEV Community

Discussion on: How to deploy React App to GitHub Pages

Collapse
 
shvmsrma profile image
Shivam Sharma

Hi Ibrahim, First Thank you for a such a wonderful and helping blog.I have one doubt that i was able to succesfully deploy my react app but when i make changes locally i am unable to get those changes on my react app. Can you please guide how to do that in a proper way?

Collapse
 
yuribenjamin profile image
Ibrahim Ragab

Yeah make changes commit and run the deploy again to generate fresh build your terminal will tell you the rest,
Another way delete build delete gh branch make changes rub deploy
Happy Hacking