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

.gitlab-ci.yml: Next try to install pandoc, now with conda.

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