1
0
mirror of https://github.com/thangisme/notes.git synced 2025-01-03 05:36:36 -05:00

Merge branch 'master' into v0.2.4-release

This commit is contained in:
Patrick Marsceill 2019-04-30 18:14:27 -07:00 committed by GitHub
commit 2c789d408c
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" {