commit 64b57063e54b16a50b3431c7006943bd2c678d49
parent 521a8f8f6919e82c15779aee8bdc2150f072a9e1
Author: arjoonn <arjoonn@midpathsoftware.com>
Date: Sat, 28 Feb 2026 11:29:48 +0530
x
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.jci/run.sh b/.jci/run.sh
@@ -112,7 +112,7 @@ echo ""
# Step 3: Build site (sequential — needs the binaries to be present)
# ---------------------------------------------------------------------------
echo "--- Step 4: Building site inside jci container ---"
-docker run --rm -it -v "$PWD:/tmp/Jaypore CI" jci "/tmp/Jaypore CI/scripts/build_site.sh"
+docker run --rm -v "$PWD:/tmp/Jaypore CI" jci "/tmp/Jaypore CI/scripts/build_site.sh"
echo ""
echo "All steps completed successfully!"