prebuild.sh

This commit is contained in:
2026-08-15 00:21:19 +02:00
parent 8382742a5c
commit 4d9c75124f
+8
View File
@@ -3,6 +3,14 @@ set -euo pipefail
echo "==> Running prebuild tasks..."
echo ""
echo "--- GitHub Aggregator ---"
if [ ! -d .venv ]; then
python3 -m venv .venv
.venv/bin/pip install -q pyyaml
fi
.venv/bin/python scripts/github-aggregator/aggregate.py
echo ""
echo "--- CV PDF ---"
bash stefankoelle/pdf/build-pdf.sh