Commit 25f179f4 authored by Akke Esa Tapio Viitanen's avatar Akke Esa Tapio Viitanen
Browse files

Update .gitlab-ci.yml file

parent 68931577
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
image: python:3.10

pages:
  script:
    - pip install sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx
    - cd docs
    - make html
    - mv build/html/ ../public/
  artifacts:
    paths:
      - public
  only:
    - main