stardew_community_checklist
stardew_community_checklist copied to clipboard
Build Pipeline
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.