Skip to content

Commit a2679f7

Browse files
committed
Fix deploy action
1 parent 0361b8d commit a2679f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
bundler-cache: true
3939

4040
- name: Build with RDoc
41-
run: ./rdoc.rb --root ruby --include ruby/doc --title "Ruby Documentation" --main README.md --template rorvswild --output _site
41+
run: ./rorvswild-theme-rdoc --root ruby --include ruby/doc --title "Ruby Documentation" --main README.md --output _site
4242

4343
- name: Setup Pages
4444
id: pages

0 commit comments

Comments
 (0)