1 #!/usr/bin/env bash 2 set -euo pipefail 3 4 pip install --break-system-packages -r deploy/vercel/requirements.txt 5 python -m mkdocs build