tools(docs-prebuild): output something

This commit is contained in:
Mark Joshwel 2024-06-19 01:32:03 +08:00
parent ad5707408c
commit fe5c47e21a

View file

@ -21,3 +21,4 @@ copy_map: dict[Path, Path] = {
for target, destination in copy_map.items():
copyfile(target, destination)
print(f"{target}\t->\t{destination}")