mirror of
https://github.com/thangisme/notes.git
synced 2024-12-22 04:26:28 -05:00
Update main.workflow
This commit is contained in:
parent
9663d4cba3
commit
3d01578c7d
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@ -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" {
|
||||
|
Loading…
Reference in New Issue
Block a user