Skip to content

Commit b7a7cee

Browse files
committed
Update build.sh
修复一处图片路径错误
1 parent 6442713 commit b7a7cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebook/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ mkdir -p $TMP/images
5151
cp -r $WORKDIR/images/* $TMP/images/
5252
ls [0-9]*.html | xargs $SED -i "s/png?raw=true/png/g"
5353

54-
pandoc --reference-links -S --toc -f html -t epub --epub-metadata=metadata.txt --epub-cover-image="$WORKDIR/../images/cover.png" -o "$WORKDIR/../build-web-application-with-golang.epub" `ls [0-9]*.html | sort`
54+
pandoc --reference-links -S --toc -f html -t epub --epub-metadata=metadata.txt --epub-cover-image="$WORKDIR/images/cover.png" -o "$WORKDIR/../build-web-application-with-golang.epub" `ls [0-9]*.html | sort`
5555

5656
echo "$MSG_SUCCESSFULLY_GENERATED"

0 commit comments

Comments
 (0)