This Action wraps the Sapper CLI to enable common Sapper commands.
workflow "Deploy on Sapper" {
on = "push"
resolves = ["Build"]
}
action "Build" {
uses = "arxpoetica/actions-sapper@master"
}
# etc.
The Dockerfile and associated scripts and documentation in this project are released under the MIT License.