Commit ef20e2b8 authored by Filip Kučerák's avatar Filip Kučerák
Browse files

Merge branch 'master' of gitlab.fi.muni.cz:xkucerak/kdtesting

parents 523db6e1 2df3c17a
Loading
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
image: python:3.8

pages:
  stage: deploy
  script:
    - pip install sphinx 
    - pip install sphinx_rtd_theme
    - cd docs
    - make
    - make html
    - mv _build/html ../public
  artifacts:
    paths:
    - docs/_build/html
    - public
  only:
  - master
  tags:
    - shared-fi