Files
agentic_security/docs/vercel.sh
T
Alexander Myasoedov e2bf837e00 fix(docs):
2026-05-14 19:15:12 +03:00

15 lines
310 B
Bash
Executable File

#!/usr/bin/env bash
# Vercel build command for the MkDocs site.
# Set Vercel "Build Command" to: bash docs/vercel.sh
# Set Vercel "Output Directory" to: site
set -euo pipefail
python3 --version
pip3 install --upgrade pip
pip3 install \
mkdocs \
mkdocs-material \
mkdocs-jupyter \
mkdocstrings-python