Newer
Older
image: registry-gitlab.pasteur.fr/hub-courses/sphinx-env
sphinx:
stage: build
script:
- make html
- mv build/html/ .
artifacts:
paths:
- html/
pages:
stage: deploy
artifacts:
paths:
- public
only: