Last active
May 14, 2016 17:40
-
-
Save fwilhe/de8701e8737f920b51a87062a1e6156b to your computer and use it in GitHub Desktop.
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
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