diff --git a/scripts/build.sh b/scripts/build.sh index c6d02c3..9da5225 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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