From fbae7a7d0075b4eedd791858aa2414ec461b82ac Mon Sep 17 00:00:00 2001 From: Trance-0 <60459821+Trance-0@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:22:12 -0600 Subject: [PATCH] Update prebuild.sh --- distribute/prebuild.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distribute/prebuild.sh b/distribute/prebuild.sh index 6bb2ac0..54a6d7e 100644 --- a/distribute/prebuild.sh +++ b/distribute/prebuild.sh @@ -3,7 +3,8 @@ # please run this script in project root directory -export KEEP_PAGES="Math3200" +# test environemnt variables, set this in your remote instead +# export KEEP_PAGES="Math3200" # check if environment variable is set if [ -z "$KEEP_PAGES" ]; then