workflow "Main workflow" {
on = "push"
resolves = ["liche"]
}
action "liche" {
uses = "peaceiris/[email protected]"
args = ["-r", "./content"]
}
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.
workflow "Main workflow" {
on = "push"
resolves = ["liche"]
}
action "liche" {
uses = "peaceiris/[email protected]"
args = ["-r", "./content"]
}