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 85d755a commit e25a510Copy full SHA for e25a510
Rakefile
@@ -22,7 +22,7 @@ task :default => :test
22
task rdoc: :generate
23
RDoc::Task.new do |doc|
24
# RDoc task defaults to /html and overrides the op_dir option in .rdoc_options
25
- doc.rdoc_dir = "_site"
+ doc.rdoc_dir = "_site" # for github pages
26
end
27
28
task "coverage" do
0 commit comments