Jaypore CI

> Jaypore CI: Minimal, Offline, Local CI system.
Log | Files | Refs | README | LICENSE

commit 521a8f8f6919e82c15779aee8bdc2150f072a9e1
parent ba87dd318c6e3d70ef0229e86c86ad9b3e01c110
Author: arjoonn <arjoonn@midpathsoftware.com>
Date:   Sat, 28 Feb 2026 11:26:20 +0530

xMerge branch 'develop' into ttyfix

Diffstat:
M.jci/run.sh | 2+-
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 -v "$PWD:/tmp/Jaypore CI" jci "/tmp/Jaypore CI/scripts/build_site.sh" +docker run --rm -it -v "$PWD:/tmp/Jaypore CI" jci "/tmp/Jaypore CI/scripts/build_site.sh" echo "" echo "All steps completed successfully!"