From cb64a3b70c1236db11437257ac6ee9de1b23258c Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Thu, 14 May 2026 19:16:51 +0300 Subject: [PATCH] fix(script): --- docs/vercel.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/vercel.sh b/docs/vercel.sh index 5408bf0..e560c14 100755 --- a/docs/vercel.sh +++ b/docs/vercel.sh @@ -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