Skip to content
Snippets Groups Projects

Update .gitlab-ci.yml

Open Lars Chrischilles requested to merge lchrischilles-main-patch-04969 into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -96,6 +96,7 @@ build-docs:
stage: doc
script:
- *virtualenv_definition
- pip install nbsphinx
- cd doc && make clean && make html
cache: {}
@@ -104,6 +105,7 @@ pages:
stage: doc
script:
- *virtualenv_definition
- pip install nbsphinx
- cd doc && make clean && make html
- mv _build/html ../public/
- cd .. && mv reports/coverage public/coverage
Loading