From da9468a98011444fc7779523c177dfef3997844a Mon Sep 17 00:00:00 2001 From: Gabriel Roldan Date: Sat, 6 Dec 2025 21:07:18 -0300 Subject: [PATCH] Disable Jekyll processing on GitHub Pages --- docs/build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/build.sh b/docs/build.sh index ffe07bda..06c677a6 100755 --- a/docs/build.sh +++ b/docs/build.sh @@ -104,6 +104,12 @@ echo "" echo "📚 Building documentation..." mkdocs build --verbose --strict +# Disable Jekyll processing on GitHub Pages +echo "" +echo "🚫 Disabling Jekyll processing..." +touch site/.nojekyll +echo "✅ Created .nojekyll file" + # Add preview metadata if preview build if [ -n "$BANNER_MESSAGE" ]; then echo "" >> site/index.html