Skip to content
Snippets Groups Projects
Commit 7eadf7ca authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

add gitlab-ci file to build and publish html page

parent 4e7a423c
No related branches found
No related tags found
No related merge requests found
pages:
stage: deploy
image: registry-gitlab.pasteur.fr/hub/courses/sphinx-env/sphinx:1.4.1
script:
- make html
- mv build/html/ public/
artifacts:
paths:
- public
only:
- master
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment