From 6eed41af641360e0cabf0ccf1b0f06fe51425580 Mon Sep 17 00:00:00 2001 From: Timur Bazhirov Date: Wed, 20 Nov 2024 13:33:12 -0800 Subject: [PATCH] Update build.sh --- scripts/build.sh | 2 ++ 1 file changed, 2 insertions(+) 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