Commit b659bdd1 authored by Clement Remi's avatar Clement Remi
Browse files

Update .gitlab-ci.yml

Showing with 2 additions and 3 deletions
+2 -3
pages: pages:
stage: deploy stage: deploy
script: script:
...@@ -6,11 +5,11 @@ pages: ...@@ -6,11 +5,11 @@ pages:
- apt-get install --assume-yes pandoc - apt-get install --assume-yes pandoc
- pip install numpy pandas termcolor # top import of Ohmpi.py - pip install numpy pandas termcolor # top import of Ohmpi.py
- pip install sphinx numpydoc sphinx_rtd_theme pandoc recommonmark - pip install sphinx numpydoc sphinx_rtd_theme pandoc recommonmark
- cd doc - cd sphinx/source
- make html - make html
# also make latex? pdf? # also make latex? pdf?
- cd .. - cd ..
- mv doc/build/html/ public/ - mv sphinx/build/html/ public/
- ls public/ - ls public/
artifacts: artifacts:
paths: paths:
......
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