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

Update .gitlab-ci.yml

parent 67b38722
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ image: python:3.8
pages:
  stage: deploy
  script:
    - pip install sphinx 
    - pip install sphinx_rtd_theme
    - cd docs
    - make html
    - mv _build/html ../public