Skip to content
Snippets Groups Projects
Commit b7df8562 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

Update .gitlab-ci.yml

parent 7f11136c
No related branches found
No related tags found
No related merge requests found
Pipeline #4240 failed
......@@ -21,22 +21,28 @@ doc:
script:
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- python3 setup.py install
- python3 setup.py build_sphinx
artifacts:
paths:
- public
# - python3 setup.py build_sphinx
# TODO: Replace the task doc by the following task pages when making the
# project public
#
#pages:
# image: registry.gitlab.lis-lab.fr:5005/dev/multimodal/ubuntu:18.04
# tags:
# - docker
# only:
# - master
# script:
# - export LC_ALL=$(locale -a | grep en_US)
# - export LANG=$(locale -a | grep en_US)
# - python3 setup.py build_sphinx
# - cp -r build/sphinx/html public
# artifacts:
# paths:
# - public
pages:
image: registry.gitlab.lis-lab.fr:5005/dev/multimodal/ubuntu:18.04
tags:
- docker
only:
- master
script:
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- python3 setup.py build_sphinx
- cp -r build/sphinx/html public
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment