Skip to content
Snippets Groups Projects
Commit a024a520 authored by Nils Brueggemann's avatar Nils Brueggemann
Browse files

.gitlab-ci.yml: Still trying to install pandoc.

parent 21b3e57c
No related branches found
No related tags found
No related merge requests found
Pipeline #34290 failed
pages:
image:
name: pandoc
entrypoint: ["/bin/sh", "-c"]
script:
- cd doc
- pip install nbsphinx nbsphinx_link pydata_sphinx_theme
- apt-get install pandoc
- make html
- mv _build/html/* ../public/
......
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