brew/.github/main.workflow
Mike McQuaid aa940a21a9
Generate and push rubydoc.brew.sh
This is a replacement for the rubydoc.info site that has been a bit
unreliable for us.

Also, note we're using the community Ruby style guide now rather than
the GitHub one.
2019-03-28 21:15:50 +00:00

11 lines
218 B
HCL

workflow "Push" {
on = "push"
resolves = ["Generate rubydoc.brew.sh"]
}
action "Generate rubydoc.brew.sh" {
uses = "docker://ruby:latest"
runs = ".github/main.workflow.sh"
secrets = ["RUBYDOC_DEPLOY_KEY"]
}