tools(docs-prebuild): output something
This commit is contained in:
parent
ad5707408c
commit
fe5c47e21a
|
@ -21,3 +21,4 @@ copy_map: dict[Path, Path] = {
|
||||||
|
|
||||||
for target, destination in copy_map.items():
|
for target, destination in copy_map.items():
|
||||||
copyfile(target, destination)
|
copyfile(target, destination)
|
||||||
|
print(f"{target}\t->\t{destination}")
|
||||||
|
|
Loading…
Reference in a new issue