Skip to content

Commit

Permalink
Fix make-pdf.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-polk committed Sep 12, 2023
1 parent 7ffe110 commit 7014432
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make-pdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ npx docu-pdf "$URL" \

if [ "$1" == "en" ]; then
# Until we start generating language-specific PDFs, we'll just copy the English one to the other locales.
mkdir -p "build/fr/downloads"
cp "$OUTPUTPATH" "build/fr/downloads/docs-bloomlibrary-english-a4.pdf"
mkdir -p "build/es/downloads"
cp "$OUTPUTPATH" "build/es/downloads/docs-bloomlibrary-english-a4.pdf"
fi

Expand Down

0 comments on commit 7014432

Please sign in to comment.