From aec792b40a99adbb3e660c7cff577dd8b145aa26 Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Tue, 15 Jul 2025 12:51:48 -0400 Subject: [PATCH] feat: Add .nojekyll for GitHub Pages compatibility --- book/tinytorch-course/.nojekyll | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 book/tinytorch-course/.nojekyll diff --git a/book/tinytorch-course/.nojekyll b/book/tinytorch-course/.nojekyll new file mode 100644 index 00000000..05e15c56 --- /dev/null +++ b/book/tinytorch-course/.nojekyll @@ -0,0 +1,2 @@ +# This file tells GitHub Pages not to use Jekyll processing +# Required for Jupyter Book deployment \ No newline at end of file