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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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" {