diff --git a/maint/build.bash b/maint/build.bash index 5f0d95e..9d9adf1 100755 --- a/maint/build.bash +++ b/maint/build.bash @@ -1,13 +1,12 @@ #!/usr/bin/env bash set -e # halt script on error -#subsites="2021 2022 2023 2024" -subsites="2024" +subsites="2021 2022 2023 2024" maindest=./_site rm -rf $maindest mkdir -p $maindest -bundle exec jekyll build --trace +bundle exec jekyll build cp index.html $maindest for ss in $subsites; do