Files
garden/build.sh
2025-12-21 01:45:21 -05:00

7 lines
144 B
Bash

rm -r ./document
python3 tagger.py >> tags
plastex --renderer=Gerby ./document.tex
cd ./gerby-website/gerby/tools
python3 update.py
cd ../../..