Skip to content

Commit

Permalink
refactor: unneccessary
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisAMJ committed Jul 30, 2024
1 parent 345d327 commit 88ae51e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,5 @@ def generate_command_table():
.replace("{{COMMAND_LIST}}", generate_command_table())
)

os.makedirs("out", exist_ok=True) # just in case
with open("out/index.html", "w") as f:
f.write(out)
1 change: 0 additions & 1 deletion out/CNAME

This file was deleted.

0 comments on commit 88ae51e

Please sign in to comment.