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