Преглед изворни кода

Update the manifest after a documentation is generated

Thibaut пре 12 година
родитељ
комит
6f5221f565
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      lib/tasks/docs.thor

+ 1 - 0
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]}"