pandoc-travis-setup
pandoc-travis-setup copied to clipboard
🔖 Build PDFs from Markdown on Travis
Pandoc on Travis - an example setup.
Builds PDF from Markdown on Travis and puts the created PDF into
/dist
on thegh-pages
branch.
Setup your own:
- Fork
- Adjust environment variables in
.travis.yml
as you wish. -
travis encrypt GH_OAUTH_TOKEN=<githubtoken> --add
. - Commit & Push
Inspiration & Credits:
- hsr-ba-ajw-2013/BA-Dokumentation
- tompollard/phd_thesis_markdown
- Using markdown + pandoc to write my biology PhD thesis