Skip to content

Commit e25a510

Browse files
st0012olleolleolle
andauthored
Update Rakefile
Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
1 parent 85d755a commit e25a510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ task :default => :test
2222
task rdoc: :generate
2323
RDoc::Task.new do |doc|
2424
# RDoc task defaults to /html and overrides the op_dir option in .rdoc_options
25-
doc.rdoc_dir = "_site"
25+
doc.rdoc_dir = "_site" # for github pages
2626
end
2727

2828
task "coverage" do

0 commit comments

Comments
 (0)