make builds atomic (eh)

This commit is contained in:
Alexander 2025-06-16 14:38:52 -04:00
parent e951246a70
commit 53158f81bd
2 changed files with 4 additions and 3 deletions

View file

@ -10,8 +10,6 @@ if ! [[ -d pgvv/ ]]; then
deactivate
fi
find acl.cool/serve/ ytheleus.org/serve/ -type f -mmin +11 -delete
function soup_config {
rm soupault.toml
cp ../soupault.toml soupault.toml
@ -60,10 +58,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