pandoc-travis-setup icon indicating copy to clipboard operation
pandoc-travis-setup copied to clipboard

🔖 Build PDFs from Markdown on Travis

Build Status

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:

  1. Fork
  2. Adjust environment variables in .travis.yml as you wish.
  3. travis encrypt GH_OAUTH_TOKEN=<githubtoken> --add.
  4. Commit & Push

Inspiration & Credits:

Useful Links: