Skip to content
Snippets Groups Projects
Commit 1141e24d authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Add pages to .gitlab-ci.yml

This will be used for the tutorials
parent 8743fc9c
No related branches found
No related tags found
No related merge requests found
......@@ -185,3 +185,17 @@ test-gnu-bin:
- cd ../reparam
- mpiexec -n 1 ../../../bin/sisso++
- cd ../../../
pages:
script:
- source cpp_sisso_env/bin/activate
- pip install mkdocs mkdocs-material pymdown-extensions mkdocs-minify-plugin
- mkdocs build
- mv site public
artifacts:
paths:
- public
only:
- master
- docs
- joss
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