jai-dewani/memeify

Workflow for building react project

jai-dewani opened this issue · 3 comments

Create a GitHub workflow which will build the project and push the changes to gh-pages which is used a point to host the website at this url

I would like to work on this issue!

Sure,
Till now I have been using npm run build which does most of the job locally, so just running that on GitHub actions should work. Make sure that it runs it after every new push to only master branch because I do keep pushing coding to other branches time to time which doesn't requires the build process to be run again and again.

Done #24