mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update the manifest after a documentation is generated
This commit is contained in:
parent
eeaa1fea3e
commit
6f5221f565
1 changed files with 1 additions and 0 deletions
|
@ -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]}"
|
||||
|
|
Loading…
Reference in a new issue