Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading