Skip to content

Commit

Permalink
improve shall
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbok committed May 29, 2024
1 parent 982140c commit aa1afa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make-books.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pandoc -o $DIR_DOWNLOADS/$OUTPUT_CN.epub --metadata title="$TITLE_CN" --metadata
epubcheck $DIR_DOWNLOADS/$OUTPUT_CN.epub
epubcheck $DIR_DOWNLOADS/$OUTPUT_CN.epub

cd ./tools
cd ./tools || exit

# Generate PDFs
npm run make-pdf --source=$INPUT_EN --destination=$OUTPUT_EN
Expand Down

0 comments on commit aa1afa9

Please sign in to comment.