Skip to content
Snippets Groups Projects
Unverified Commit 3d01578c authored by Patrick Marsceill's avatar Patrick Marsceill Committed by GitHub
Browse files

Update main.workflow

parent 9663d4cb
No related branches found
No related tags found
No related merge requests found
......@@ -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" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment