Skip to content
Snippets Groups Projects
Commit a55ba072 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix docs

parent e975a56b
No related branches found
No related tags found
No related merge requests found
Pipeline #8872 failed
...@@ -57,7 +57,7 @@ test-jpp-12.1.0: ...@@ -57,7 +57,7 @@ test-jpp-12.1.0:
script: script:
- *virtualenv_definition - *virtualenv_definition
- mkdir -p pdfs - mkdir -p pdfs
- JMakePDF.sh -W $(pwd)/pdfs -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C - [ ! -d "pdfs" ] && mkdir pdfs && JMakePDF.sh -W $(pwd)/pdfs -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C
- pip install -U pytest - pip install -U pytest
- pytest - pytest
cache: cache:
...@@ -69,8 +69,7 @@ test-jpp-latest: ...@@ -69,8 +69,7 @@ test-jpp-latest:
stage: test stage: test
script: script:
- *virtualenv_definition - *virtualenv_definition
- mkdir -p pdfs - [ ! -d "pdfs" ] && mkdir pdfs && JMakePDF.sh -W $(pwd)/pdfs -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C
- JMakePDF.sh -W $(pwd)/pdfs -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C
- pip install -U pytest - pip install -U pytest
- pytest - pytest
cache: cache:
...@@ -83,7 +82,7 @@ pages: ...@@ -83,7 +82,7 @@ pages:
stage: doc stage: doc
script: script:
- pip install -U sphinx - pip install -U sphinx
- cd doc && make clean && make html - cd docs && make clean && make html
- mv _build/html ../public/ - mv _build/html ../public/
artifacts: artifacts:
paths: paths:
......
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