Commit 675c95af authored by Akke Esa Tapio Viitanen's avatar Akke Esa Tapio Viitanen
Browse files

Add documentation CI

parent 9625dfdf
Loading
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -17,3 +17,16 @@ deploy-job:
  stage: deploy
  script:
    - echo "I'm deploying something ..."

pages:
  stage: deploy
  script:
    - pip install sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx
    - cd docs
    - make html
    - mv build/html ../public
  artifacts:
    paths:
      - public
  only:
    - feature_documentation
 No newline at end of file