Last active
September 25, 2016 20:18
-
-
Save hleb-albau/ebf63a19a988b0c74a3fc4e87fbeabca to your computer and use it in GitHub Desktop.
build documentation with asciidoctor docker image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ADOC_FILE_NAME="labs" | |
yes | rm "$ADOC_FILE_NAME"'.pdf' | |
docker run --rm -v "$PWD":/documents/ asciidoctor/docker-asciidoctor /bin/bash -c 'asciidoctor-pdf '"$ADOC_FILE_NAME"'.adoc' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment