GitHub Actions FTW?
· One min read
Converting the build and deploy process to use github actions. Let's see if it worked.
Followed these docs:
Let's see how this goes.
Follow-up
It worked great!
Added the two wokflow files in this commit.
I discovered that I needed to commit a yarn.lock
file in order for the workflow to succeed. Previously I had been using npm
to build and test, but the supplied workflow uses yarn
.

