jtaavola / buzzword-bingo

Buzzword Bingo built with React
https://jtaavola.github.io/buzzword-bingo/
MIT License
1 stars 2 forks source link

Add GitHub Action to automatically deploy when code is merged into main #6

Closed WPaul15 closed 1 year ago

WPaul15 commented 1 year ago

It would be nice if updates to main were automatically deployed to GitHub Pages rather than having to run

npm run deploy

every time we want to deploy.

kaustav202 commented 1 year ago

can I work on this @WPaul15