Skip to content

Commit

Permalink
Debugging v7
Browse files Browse the repository at this point in the history
  • Loading branch information
chloe-alverti committed Oct 31, 2023
1 parent 268fc61 commit dde6fde
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions maint/build.bash
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dde6fde

Please sign in to comment.