Skip to content

Commit

Permalink
Remove img copy tree
Browse files Browse the repository at this point in the history
  • Loading branch information
malywut committed Dec 23, 2024
1 parent 7f7ce6b commit 768623c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generate_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def main():
shutil.copy("styles.css", "dist/styles.css")
shutil.copytree("scripts", "dist/scripts/", dirs_exist_ok=True)
shutil.copytree("logos", "dist/logos/", dirs_exist_ok=True)
shutil.copytree("img", "dist/img", dirs_exist_ok=True)

if __name__ == "__main__":
main()

0 comments on commit 768623c

Please sign in to comment.