Skip to content

Commit

Permalink
Add .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ranginui committed Sep 2, 2017
1 parent 466d1bc commit 5af3087
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
image: debian:unstable

pages:
script:
- apt-get install python3-sphinx python3-sphinxcontrib.spelling
- cd en
- make html
- mv _build/html/ public/
artifacts:
paths:
- public
only:
- master

0 comments on commit 5af3087

Please sign in to comment.