瀏覽代碼

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]}"