Commit 315c26e3 authored by Akke Esa Tapio Viitanen's avatar Akke Esa Tapio Viitanen
Browse files

Update .gitlab-ci.yml file

parent 4c40ba04
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -17,8 +17,7 @@ pages:
  tags:
    - local
  script:
    - python3 -m pip install --user --upgrade pip
    - python3 -m pip install --user sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx importlib-metadata
    - pip install sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx importlib-metadata
    - cd docs
    - make html
    - mv build/html ../public