mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-18 01:10:25 +00:00
prebuild.sh
This commit is contained in:
@@ -3,6 +3,14 @@ set -euo pipefail
|
|||||||
|
|
||||||
echo "==> Running prebuild tasks..."
|
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 ""
|
||||||
echo "--- CV PDF ---"
|
echo "--- CV PDF ---"
|
||||||
bash stefankoelle/pdf/build-pdf.sh
|
bash stefankoelle/pdf/build-pdf.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user