From 93a32bd9bcbf877c009c5405d8d82538af70e752 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 14 Jun 2025 11:40:14 -0400 Subject: [PATCH] stop nuking serve/ --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 2d8d181..570bb4a 100755 --- a/build.sh +++ b/build.sh @@ -12,12 +12,12 @@ rm css/code.css pygmentize -f html -S algol_nu | grep -v 'line-height' > css/code.css builtin pushd acl.cool -rm -rf serve/ +#rm -rf serve/ soup_config soupault popd builtin pushd ytheleus.org -rm -rf serve/ +#rm -rf serve/ soup_config soupault popd