Skip to content

Commit 25eb3b5

Browse files
committed
Merge pull request astaxie#322 from zhibinr/patch-1
Update build.sh
2 parents 87d37b6 + b7a7cee commit 25eb3b5

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)