Skip to content
Snippets Groups Projects
Commit 95109e22 authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Update .gitlab-ci.yml

parent 8e408b77
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ pages: # "pages" is a job specifically for GitLab pages [1] ...@@ -77,7 +77,7 @@ pages: # "pages" is a job specifically for GitLab pages [1]
deploy deploy
script: # use sphinx to build docs, move to public page script: # use sphinx to build docs, move to public page
- apt-get update - apt-get update
- apt-get -y install make - apt-get -y install make pandoc
- pip install --upgrade pip - pip install --upgrade pip
- pip install pypandoc - pip install pypandoc
- pip install sphinx --upgrade - pip install sphinx --upgrade
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment