Skip to content

Commit

Permalink
Build scripts - Need to build team before JSON conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jomey committed Mar 25, 2024
1 parent 6aba912 commit 9f680a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ if [ -f "$JSON_FILE" ]; then
echo "Removed JSON file"
fi

./build_team_yaml.sh

if [ -f "$YAML_FILE" ]; then
echo "Converting yaml to json"
python yaml2json.py "$YAML_FILE" "$JSON_FILE"
fi

./build_team_yaml.sh

if [ -d "../book/_build/html/assets" ]; then
rm -rf ../book/_build/html/assets
echo "Removed jupyterbook assets"
Expand Down

0 comments on commit 9f680a1

Please sign in to comment.