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

.gitlab-ci.yml: Trying to install pandoc with apk now.

parent 8be29f57
No related branches found
No related tags found
No related merge requests found
Pipeline #34300 failed
pages: pages:
script: script:
- cd doc - cd doc
- conda install -c conda-forge pandoc - apk add --repository https://dl-cdn.alpinelinux.org/alpine/edge/community 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