I deployed my React application on GitHub pages and now I want to make some changes to my application and redeploy it after making the necessary changes to the application. In order to deploy my application for the first time on GitHub pages, I followed this tutorial. I was wondering if the process gonna be the same if I'm gonna be redeploying it or do I have to follow a different procedure for redeploying it.
Any help would be highly appreciated. Thanks!
I found out that if we want to make some changes to our React application that has already been deployed on the GitHub pages and redeploy it on GitHub Pages after making the necessary changes, then what we can do is that, once we are done with making then necessary changes to our application, then we can follow the same tutorial that I have mentioned in my question above.