diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81cf46d82a2d29beedd78a26eaeb534166c82f63..4036c1a42de252e54c41622fc499fc2fd8aa9dd5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,7 +77,7 @@ pages: # "pages" is a job specifically for GitLab pages [1] deploy script: # use sphinx to build docs, move to public page - apt-get update - - apt-get -y install make + - apt-get -y install make pandoc - pip install --upgrade pip - pip install pypandoc - pip install sphinx --upgrade