Skip to content

Instantly share code, notes, and snippets.

@fwilhe
Last active May 14, 2016 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fwilhe/de8701e8737f920b51a87062a1e6156b to your computer and use it in GitHub Desktop.
Save fwilhe/de8701e8737f920b51a87062a1e6156b to your computer and use it in GitHub Desktop.
image: rochdev/alpine-asciidoctor:micro
pages:
stage: deploy
script:
- asciidoctor *.adoc
- mkdir .public
- cp -r *.html .public
- mv .public public
artifacts:
paths:
- public
only:
- master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment