test
All checks were successful
Update wiki / test (push) Successful in 13s

This commit is contained in:
Ashley Graves 2024-07-28 22:40:16 +02:00
parent 5755597c69
commit 4e1676b868

View file

@ -32,7 +32,7 @@ for mod in glob.glob("pack/mods/*.toml"):
with open("wiki/Modlist.md", "w") as f:
f.write("## Total Count")
f.write("## Total Count\r\n")
f.write("<table>")
f.write("\r\n<tr>")
f.write("<th>Side</th>")
@ -51,7 +51,7 @@ with open("wiki/Modlist.md", "w") as f:
f.write("\r\n</table>")
f.write("## Individual Mods")
f.write("## Individual Mods\r\n")
f.write("<table>")
f.write("\r\n<tr>")
f.write("<th>Name</th>")