seanprashad/leetcode-patterns

Create GitHub Workflow to automatically deploy code

seanprashad opened this issue · 0 comments

Context: Everytime new code is merged into master, I need to manually deploy things using npm run deploy. In order to automate things, let's introduce a GitHub Workflow that will accomplish this for us!

Solution: Introduce a GitHub Workflow that will build and deploy our static site - see this blog post for a foundation.