Skip to content

Commit

Permalink
disable PDF generation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Jul 15, 2019
1 parent 9b5960e commit dd10847
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
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"
- "learn-go-with-tests.pdf"
# - "learn-go-with-tests.pdf"
skip_cleanup: true
on:
tags: true
54 changes: 27 additions & 27 deletions build.books.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@

set -e

docker run -v `pwd`:/source jagregory/pandoc -o learn-go-with-tests.pdf -H meta.tex --latex-engine=xelatex --variable urlcolor=blue --toc --toc-depth=1 pdf-cover.md \
gb-readme.md \
why.md \
hello-world.md \
integers.md \
arrays-and-slices.md \
structs-methods-and-interfaces.md \
pointers-and-errors.md \
maps.md \
dependency-injection.md \
mocking.md \
concurrency.md \
select.md \
reflection.md \
sync.md \
context.md \
roman-numerals.md \
math.md \
app-intro.md \
http-server.md \
json.md \
io.md \
command-line.md \
time.md \
websockets.md \
os-exec.md \
error-types.md \
#docker run -v `pwd`:/source jagregory/pandoc -o learn-go-with-tests.pdf -H meta.tex --latex-engine=xelatex --variable urlcolor=blue --toc --toc-depth=1 pdf-cover.md \
# gb-readme.md \
# why.md \
# hello-world.md \
# integers.md \
# arrays-and-slices.md \
# structs-methods-and-interfaces.md \
# pointers-and-errors.md \
# maps.md \
# dependency-injection.md \
# mocking.md \
# concurrency.md \
# select.md \
# reflection.md \
# sync.md \
# context.md \
# roman-numerals.md \
# math.md \
# app-intro.md \
# http-server.md \
# json.md \
# io.md \
# command-line.md \
# time.md \
# websockets.md \
# os-exec.md \
# error-types.md \

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

0 comments on commit dd10847

Please sign in to comment.