From 3d01578c7d175815863674e4ede07a4f18c3243a Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Mon, 13 May 2019 17:23:16 -0400 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index e4806f2..0092597 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -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" {