Skip to content

Commit

Permalink
output as PDF too
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Feb 7, 2019
1 parent df925b4 commit 83b9531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
provider: releases
api_key:
secure: q58oofLU1tCcO618axSmlc3eOf6f/QtP/XORtn0o7z/1O6AENlWAIn0RYetHEp0JNYQfS4sqgy34gAy2H6BpZURaHc1muW0fhwRndBjrbU5DviflOc9lH8pLzDZpzhKdBiCMoZpDs+Gp27PmZn62vHSZkiR3EMdrJFoDV8/fUCy4UYs/U3/QiG/Qv/DnKM0GI5LfNWGtD0dzbe1z4qVEfUXk44CnxEJZoaSEx6e0zrP9QHreUGpADB4syzgSW/Q8RwmyZIWPZrmmBu8qzrmpJtcjNaUllx4VAIB86U5fZaUIEoAodGf7+3Ut8K5oI+eBo5HkAYShwrzXRs6gQWp8nwEWyxzEvLwf4949llnC0ez6qvSf7prXJKK2Rmvid7xZt51eMglBDatAFaprmdM4AZeWibUpVP2QbzYAqpkd8SZazmjYzRJPeduNzGoOOsHuqIWdmKHthQEMZXiXSDy4HWP9A085/+i45pK6jf1Bfu2XbCW+Yh3d1uTUCSStPMgVOLbTL8YGaKpnpO6TAo0/vAEiO4//lZeodx/w7s8zTDPVPpb9hDFbcwQfWZarPTzVQuUKrVagFlLooTpzJ2sU7I7Q45O6vvDvhZzj2gM+/gXtbS8CKwUNEOsJubprGksW5254vMRayTUVXXeHcrAIMcCdW0D9+YbXifmJvcc1LYk=
file: learn-go-with-tests.epub
file:
- "learn-go-with-tests.epub"
- "learn-go-with-tests.pdf"
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion build.epub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

docker run -v `pwd`:/source jagregory/pandoc -o learn-go-with-tests.epub --toc --toc-depth=1 title.txt \
docker run -v `pwd`:/source jagregory/pandoc -o learn-go-with-tests.epub -o learn-go-with-tests.pdf --latex-engine=xelatex --toc --toc-depth=1 title.txt \
gb-readme.md \
hello-world.md \
integers.md \
Expand Down

0 comments on commit 83b9531

Please sign in to comment.