Skip to content

Commit 5293716

Browse files
committed
fix: maybe this?
1 parent 25cf0ad commit 5293716

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

out/CNAME CNAME

File renamed without changes.

generate.py

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

113+
os.makedirs("out", exist_ok=True) # just in case
113114
with open("out/out.html", "w") as f:
114115
f.write(out)

0 commit comments

Comments
 (0)