This commit is contained in:
2026-08-14 21:35:29 +02:00
parent 1109228fcc
commit c97d674461
7 changed files with 36 additions and 6 deletions
Executable
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -euo pipefail
echo "==> Running prebuild tasks..."
echo ""
echo "--- CV PDF ---"
bash stefankoelle/pdf/build-pdf.sh
echo ""
echo "==> Prebuild complete."