mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-15 22:13:31 -06:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
9a076b48ac | ||
|
2c789d408c | ||
|
4fb036ebac |
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@@ -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" {
|
||||
|
Reference in New Issue
Block a user