We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0361b8d commit a2679f7Copy full SHA for a2679f7
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
bundler-cache: true
39
40
- name: Build with RDoc
41
- run: ./rdoc.rb --root ruby --include ruby/doc --title "Ruby Documentation" --main README.md --template rorvswild --output _site
+ run: ./rorvswild-theme-rdoc --root ruby --include ruby/doc --title "Ruby Documentation" --main README.md --output _site
42
43
- name: Setup Pages
44
id: pages
0 commit comments