Fix repeated doc builds
This commit is contained in:
@@ -13,11 +13,6 @@ task :builddocs, [:options] do |t, args|
|
||||
path = "docs"
|
||||
end
|
||||
|
||||
Dir.chdir(path) do
|
||||
sh('make html')
|
||||
end
|
||||
path = "docs"
|
||||
|
||||
Dir.chdir(path) do
|
||||
sh('make html')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user