1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-24 03:54:29 -04:00

Update main.workflow

This commit is contained in:
Patrick Marsceill 2019-04-30 18:14:13 -07:00 committed by GitHub
parent b44efbf1da
commit 4fb036ebac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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