Skip to content
Snippets Groups Projects
Commit be6a484b authored by Isaak Lim's avatar Isaak Lim
Browse files

add documentation CI job

parent e3eeb497
No related branches found
No related tags found
No related merge requests found
......@@ -229,3 +229,22 @@ deploy-2.7-macos:
artifacts:
paths:
- release/*.whl
deploy-documentation:
stage:
deploy
tags:
- Linux
dependencies:
- build-3.5-linux
script:
- virtualenv --clear -p python3.5 .
- source bin/activate
- pip install dist3/*.whl
- mkdir documentation
- cd docs
- make html
- cp -r _build/html/* ../documentation
artifacts:
paths:
- documentation/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment