Pandoc on Travis - an example setup. Builds PDF from Markdown on Travis and puts the created PDF into /dist on the gh-pages branch. Example, Example PDF 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 Useful Links: Travis: Encrypting Sensitive Data Github: Personal API Tokens