mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-16 14:23:31 -06:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
3d01578c7d |
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@@ -8,7 +8,7 @@ workflow "Publish to RubyGems" {
|
|||||||
|
|
||||||
action "Build from Gemspec" {
|
action "Build from Gemspec" {
|
||||||
uses = "scarhand/actions-ruby@master"
|
uses = "scarhand/actions-ruby@master"
|
||||||
runs = "gem build *.gemspec"
|
runs = "gem build just-the-docs.gemspec"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Publish to Ruby Gems" {
|
action "Publish to Ruby Gems" {
|
||||||
|
Reference in New Issue
Block a user