Skip to content
Snippets Groups Projects
Commit 895af7fb authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Update .gitlab-ci.yml

parent 4000e038
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,21 @@ coverage:
paths:
- build
expire_in: 1 day
pages:
stage: deploy
before_script:
- "true"
script:
- mkdir -p public/coverage
- cp -fr docs/build/html/* public/
- cp -fr build/* public/coverage/
dependencies:
- coverage
- apidoc
artifacts:
paths:
- public
doc_build:
stage: deploy
......
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