aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-13 17:01:14 -0500
committerChristian Cleberg <[email protected]>2026-03-13 17:01:14 -0500
commit15f0d530ac72f25ee21b2197e84da126418e4ab5 (patch)
tree22af394f342c9fc15f4c5b94671f8702ad57cf89 /build.py
parent31f278130078150612f9cbd17953854c6dec58b7 (diff)
downloadcleberg.net-15f0d530ac72f25ee21b2197e84da126418e4ab5.tar.gz
cleberg.net-15f0d530ac72f25ee21b2197e84da126418e4ab5.tar.bz2
cleberg.net-15f0d530ac72f25ee21b2197e84da126418e4ab5.zip
update site title
Diffstat (limited to 'build.py')
-rw-r--r--build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.py b/build.py
index 435a7ca..165ba78 100644
--- a/build.py
+++ b/build.py
@@ -258,12 +258,12 @@ def run_emacs_publish(dev_mode=True):
print(result.stderr, file=sys.stderr)
sys.exit(1)
- annoying_file = Path(".build/seijaku.html")
+ annoying_file = Path(".build/cleberg-net.html")
if annoying_file.exists():
os.remove(annoying_file)
else:
print(
- "Warning: .build/seijaku.html not found, but Emacs exited successfully."
+ "Warning: .build/cleberg-net.html not found, but Emacs exited successfully."
)