Skip to content
Snippets Groups Projects
Commit a85c366b authored by Philipp Arras's avatar Philipp Arras
Browse files

Let CI build sphinx

parent a9b49e2f
No related branches found
No related tags found
Loading
......@@ -51,18 +51,14 @@ test_mpi:
- mpiexec -n 2 --bind-to none pytest-3 -q test
pages:
stage: release
before_script:
- ls
# FIXME Build only for main branch and set stage to release
stage: test
script:
- python3 setup.py install --user -f
- sh docs/generate.sh
- mv docs/build/ public/
artifacts:
paths:
- public
only:
- NIFTy_4
before_script:
- python3 setup.py install --user -f
......
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