Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored Nov 20, 2024
1 parent cd8cba2 commit 6eed41a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ if [[ -n ${UPDATE_CONTENT} ]]; then
cp -r ${RESOLVED_CONTENT_DIR}/other/materials_designer ${CONTENT_DIR}/made
# Copy other required files
cp -r ${RESOLVED_CONTENT_DIR}/{packages,utils,config.yml,README*} ${CONTENT_DIR}/
# Update path references in README*
sed -i "s/examples\//api\//g" README.*
fi

[[ -n ${BUILD} ]] && jupyter lite build --contents ${CONTENT_DIR} --output-dir dist
Expand Down

0 comments on commit 6eed41a

Please sign in to comment.