Skip to content

Commit

Permalink
Fix assets copy destination.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Sep 8, 2024
1 parent 7b33a70 commit 420dee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def renderAll(self, out: str):
output = os.path.join(out, relDir)
if not file.endswith(".md"):
shell.mkdir(os.path.dirname(output))
shell.cp(file, out)
shell.cp(file, output)
continue

output = output.replace(".md", ".html")
Expand Down

0 comments on commit 420dee8

Please sign in to comment.