Skip to content

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarsceill authored May 13, 2019
1 parent 9663d4c commit 3d01578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 3d01578

Please sign in to comment.