Commit 91bdeb8b authored by Clement Remi's avatar Clement Remi
Browse files

update yml

Showing with 15 additions and 2 deletions
+15 -2
# This file is a template, and might need editing before it works on your project. # This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html # Full project: https://gitlab.com/pages/plain-html
image: python:3.9-bullseye
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages: pages:
stage: deploy stage: deploy
script: script:
- echo 'Nothing to do...' - apt-get update
- apt-get install --assume-yes pandoc
- pip install numpy pandas termcolor # top import of Ohmpi.py
- pip install sphinx numpydoc sphinx_rtd_theme pandoc recommonmark
- cd doc
- make html
# also make latex? pdf?
- cd ..
- mv doc/build/html/ public/
- ls public/
artifacts: artifacts:
paths: paths:
- public/ - public/
only: only:
- master - master
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment