Skip to content

Commit

Permalink
Fix test task, docs are built inside the target source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zzak committed Mar 6, 2023
1 parent bd277ba commit d2565e3
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 @@ -61,7 +61,7 @@ namespace :test do
desc 'Generates test rails documentation'
task :rails => [rails, :generate_rails] do
FileUtils.mv(
File.expand_path('doc/rails'),
File.expand_path('rails/doc/rails'),
File.expand_path('doc/public')
)
end
Expand Down

0 comments on commit d2565e3

Please sign in to comment.