Skip to content

Commit

Permalink
fix: add valid input for sed
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Jul 5, 2024
1 parent 0a320fc commit d244e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ EOF
strip_title Readme.md >> $DOCS_ROOT/00-index.md
mkdir -p $DOCS_ROOT/img
cp docs/logo.png $DOCS_ROOT/img/
sed -i 's+docs/logo.png+../../../assets/images-probe-engine/logo.png+' $DOC_PATH
sed -i 's+docs/logo.png+../../../assets/images-probe-engine/logo.png+' $DOCS_ROOT/00-index.md
# design docs
BASE_PATH=docs/design
Expand Down

0 comments on commit d244e62

Please sign in to comment.