Commit 1815ad44 authored by Akke Esa Tapio Viitanen's avatar Akke Esa Tapio Viitanen
Browse files

Update .gitlab-ci.yml file

parent 2e9d9552
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -28,7 +28,9 @@ deploy-job:
pages:
  stage: deploy
  script:
    - pip install sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx
    - python3 -m pip install --user --upgrade pip
    - python3 -m pip install --user sphinx sphinx_rtd_theme sphinx-autoapi sphinx_copybutton nbsphinx
    - export PATH=$PATH:$(python3 -m site --user-base)/bin
    - cd docs
    - make html
    - mv build/html ../public
@@ -37,3 +39,4 @@ pages:
      - public
  only:
    - feature_documentation
    - main
 No newline at end of file