Closed
Description
What Docs changes are you proposing?
Adding a github workflow for running NPM run build every time a push is made in the repo for easy deployment
Why do the Docs need this improvement? What is the motivation for this change? How will this change benefit the community?
Adding a npm run build workflow will ensure smooth deployment
Describe the solution you'd like
I will create a .github/workflows/build.yaml which will ensue that everytime a push is made to repo npm run build command will run in Github Actions.