Deploy a Sapper Web App Automatically to GitHub Pages using GitHub Actions

1 · Gavin Rehkemper · Feb. 25, 2020, 4:27 p.m.
Sapper is a framework for building web applications, where every page is a Svelte component. You may want to setup your GitHub repository to use GitHub Actions to automatically build and deploy your site to GitHub Pages website hosting every time you check in your code. This is great because the build/deploy step happens automatically for you - no need to manually do it yourself! Here’s how to set that up:...