Skip to content

Commit 88ae51e

Browse files
committed
refactor: unneccessary
1 parent 345d327 commit 88ae51e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

generate.py

-1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,5 @@ def generate_command_table():
110110
.replace("{{COMMAND_LIST}}", generate_command_table())
111111
)
112112

113-
os.makedirs("out", exist_ok=True) # just in case
114113
with open("out/index.html", "w") as f:
115114
f.write(out)

out/CNAME

-1
This file was deleted.

0 commit comments

Comments
 (0)