Commit a835fd71 authored by Max Wittig's avatar Max Wittig 🌍
Browse files

docs: build docs on GitLab pages

parent 29d102f8
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -3,6 +3,20 @@ image: python:3.7
stages:
  - deploy

pages:
  stage: deploy
  script:
    - pip3 install sphinx
    - python3 setup.py build_sphinx
    - mkdir public
    - mv build/sphinx/html/* public/
  artifacts:
    expire_in: 1 day
    paths:
      - public
  #only:
  #  - master

build_test_image:
  stage: deploy
  image: