mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-23 21:59:57 +02:00
feat(docs/vercel.sh):
This commit is contained in:
Executable
+16
@@ -0,0 +1,16 @@
|
||||
#!/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
|
||||
|
||||
mkdocs build --site-dir site
|
||||
Reference in New Issue
Block a user