Skip to content

Commit

Permalink
Update Rakefile
Browse files Browse the repository at this point in the history
Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
  • Loading branch information
st0012 and olleolleolle authored Aug 20, 2024
1 parent 85d755a commit e25a510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ task :default => :test
task rdoc: :generate
RDoc::Task.new do |doc|
# RDoc task defaults to /html and overrides the op_dir option in .rdoc_options
doc.rdoc_dir = "_site"
doc.rdoc_dir = "_site" # for github pages
end

task "coverage" do
Expand Down

0 comments on commit e25a510

Please sign in to comment.