mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-26 02:08:41 -05:00
Copy static directory into output/
This commit is contained in:
parent
c0595b182f
commit
80819e54dd
2 changed files with 2 additions and 1 deletions
|
|
@ -168,4 +168,5 @@ def main():
|
|||
if os.path.isdir("output"):
|
||||
shutil.rmtree("output")
|
||||
os.mkdir("output", 0o755)
|
||||
shutil.copytree("static", "output/static")
|
||||
output_html(inventory, "output")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue