Unverified Commit 7b28ae53 authored by Akke Viitanen's avatar Akke Viitanen
Browse files

update pipeline

parent 2865fbc8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,12 +17,13 @@ pages:
  tags:
    - local
  script:
    - apt-get update && apt-get install -y pandoc
    - pip install --upgrade pip
    - pip install -e .
    - python3 -m ipykernel install --user
    - cd docs
    - make html
    - mv build/html ../public
    - mv ../_readthedocs/html ../public
  artifacts:
    paths:
      - public