Skip to content
Snippets Groups Projects
Commit 0aa745e7 authored by Nils Brüggemann's avatar Nils Brüggemann
Browse files

.gitlab-ci.yml: Added file to finally host the documentation on gitlab.

parent 0c7ac825
No related branches found
No related tags found
No related merge requests found
[ 0 → 100644
pages:
script:
- cd doc
- make html
- mv _build/html/* ../public/
tags:
- sphinx
only:
- master
artifacts:
paths:
- public
expire_in: 5min
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