diff --git a/lib/tasks/docs.thor b/lib/tasks/docs.thor index 4b87733c..f8b02b5d 100644 --- a/lib/tasks/docs.thor +++ b/lib/tasks/docs.thor @@ -66,6 +66,7 @@ class DocsCLI < Thor end if Docs.generate(name) + Docs.generate_manifest puts 'Done' else puts "Failed!#{' (try running with --debug for more information)' unless options[:debug]}"