Update write_redirects.py
Some checks are pending
Pre-Deploy Updates Server / build (push) Waiting to run

This commit is contained in:
mr. m 2024-11-26 21:58:12 +01:00 committed by GitHub
parent 2f1a06ae4d
commit 17bd45890c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,5 +31,5 @@ for new, old in REDIRECTS.items():
nf.write(content)
print(f"Redirected {old} -> {new} in {target}/{branch}")
print("Done!")
print("Done! Let's build the site next!")