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

Update .gitlab-ci.yml

parent b36d4220
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
image: python:python-3.8

pages:
  stage: deploy
  script:
    - cd docs
    - make 
    - make html
    - mv _build/html ../public
  artifacts:
    paths: