make builds atomic (eh)
This commit is contained in:
parent
e951246a70
commit
06c31b4a3b
2 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ pgvv/
|
||||||
all_chars.txt
|
all_chars.txt
|
||||||
**/fonts/**/*-Subset.*
|
**/fonts/**/*-Subset.*
|
||||||
woff2/
|
woff2/
|
||||||
|
**/serve_/
|
||||||
|
|
2
build.sh
2
build.sh
|
@ -60,10 +60,12 @@ pygmentize -f html -S algol_nu | grep -v 'line-height' >css/code.css
|
||||||
builtin pushd acl.cool
|
builtin pushd acl.cool
|
||||||
soup_config
|
soup_config
|
||||||
soupault
|
soupault
|
||||||
|
mv serve serve_
|
||||||
popd
|
popd
|
||||||
builtin pushd ytheleus.org
|
builtin pushd ytheleus.org
|
||||||
soup_config
|
soup_config
|
||||||
soupault
|
soupault
|
||||||
|
mv serve serve_
|
||||||
popd
|
popd
|
||||||
|
|
||||||
deactivate
|
deactivate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue