Skip to content

Commit 88c191a

Browse files
committed
post: simplify by moving logo to src
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 7663307 commit 88c191a

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

post.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,5 @@ def main():
156156
os.remove("book/favicon.svg")
157157
os.remove("book/favicon.png")
158158

159-
# Copy logo.
160-
shutil.copyfile("Rust-for-Linux.svg", "book/Rust-for-Linux.svg")
161-
162159
if __name__ == "__main__":
163160
main()

0 commit comments

Comments
 (0)