Skip to content

Commit

Permalink
Fix deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisbernard committed Oct 17, 2024
1 parent 0361b8d commit a2679f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
bundler-cache: true

- name: Build with RDoc
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

- name: Setup Pages
id: pages
Expand Down

0 comments on commit a2679f7

Please sign in to comment.