Build Status Join the chat at https://gitter.im/book-demo-asciidoctor/community

This tutorial shows how to:

Live demo

Build locally

    mvn clean install

Generated files can be found in target/generated-docs

Travis CI

The project is configured with Travis CI to deploy the website: https://cesarhernandezgt.github.io/book-demo-asciidoctor/

.travis.yml contains the configuration to execute the following tasks:

  1. Build and test the project on each commit or Pull Request.
  2. Copy the content Github Pages configuration files into target/generated-docs
  3. Deploy Github Pages base on the content of target/generated-docs
  4. Notify

Travis dashboard: https://travis-ci.org/cesarhernandezgt/book-demo-asciidoctor

Technologies