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

Update .gitlab-ci.yml

parent df0090f2
Branches
Tags
No related merge requests found
Pipeline #14648 passed
...@@ -21,7 +21,8 @@ doc: ...@@ -21,7 +21,8 @@ doc:
script: script:
- export LC_ALL=$(locale -a | grep en_US) - export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US)
- python3 setup.py install - pip3 install -e .[doc]
- rm -Rf build
- python3 setup.py build_sphinx - python3 setup.py build_sphinx
artifacts: artifacts:
paths: paths:
...@@ -40,7 +41,8 @@ pages: ...@@ -40,7 +41,8 @@ pages:
script: script:
- export LC_ALL=$(locale -a | grep en_US) - export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US)
- python3 setup.py install - pip3 install -e .[doc]
- rm -Rf build
- python3 setup.py build_sphinx - python3 setup.py build_sphinx
- cp -r build/sphinx/html public - cp -r build/sphinx/html public
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment