kihashi / stardew_community_checklist

A checklist for the Community Center Bundles in Stardew Valley

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Pipeline

kihashi opened this issue · comments

Currently, builds are done manually by me using a second copy of the repository on Github pages.

Can they be automated using Github Actions and e.g. netlify?

I started toying around with netlify last night and I really like the featureset. Since the build pipeline is pretty simple (yarn build), it was really easy to setup. We shouldn't exceed the free tier usage since this is basically a static site unless something goes drastically wrong.

One of the features that I really like is that you can have it create preview pages from pull requests. That should help a lot with approving PRs.