A GitHub Action for exporting and deploying a site built with Svelte and Sapper to GitHub Pages.
name: Sapper Publish
on:
push:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: antoncarlsson/[email protected]
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}