Update main.workflow

This commit is contained in:
Patrick Marsceill
2019-05-13 17:23:16 -04:00
committed by GitHub
parent 9663d4cba3
commit 3d01578c7d

View File

@@ -8,7 +8,7 @@ workflow "Publish to RubyGems" {
action "Build from Gemspec" {
uses = "scarhand/actions-ruby@master"
runs = "gem build *.gemspec"
runs = "gem build just-the-docs.gemspec"
}
action "Publish to Ruby Gems" {