- Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
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.