mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-15 20:29:03 -06:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d01578c7d |
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user