fix(script):

This commit is contained in:
Alexander Myasoedov
2026-05-14 19:16:51 +03:00
parent e2bf837e00
commit cb64a3b70c
+1 -5
View File
@@ -1,8 +1,4 @@
#!/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
set -ex
python3 --version