mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
12 lines
181 B
Bash
Executable File
12 lines
181 B
Bash
Executable File
#!/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."
|