From 06c31b4a3bd06ba2187d37f1a04c03b7c6a0df39 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 16 Jun 2025 14:36:11 -0400 Subject: [PATCH] make builds atomic (eh) --- .gitignore | 3 ++- build.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 95757f2..06a252d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ css/code.css pgvv/ all_chars.txt **/fonts/**/*-Subset.* -woff2/ \ No newline at end of file +woff2/ +**/serve_/ diff --git a/build.sh b/build.sh index bca3aff..0ac69a1 100755 --- a/build.sh +++ b/build.sh @@ -60,10 +60,12 @@ pygmentize -f html -S algol_nu | grep -v 'line-height' >css/code.css builtin pushd acl.cool soup_config soupault +mv serve serve_ popd builtin pushd ytheleus.org soup_config soupault +mv serve serve_ popd deactivate