mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-16 06:13:32 -06:00
Compare commits
1 Commits
v0.2.5
...
v0.2.5-rel
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" {
|
||||
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