mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
prebuild.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user