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

Update .gitlab-ci.yml

parent ce5d3d44
No related branches found
No related tags found
No related merge requests found
Pipeline #14645 failed
......@@ -19,9 +19,9 @@ doc:
only:
- master
script:
- pip3 install --upgrade sphinx>=5.0 --no-warn-script-location
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- pip3 install --upgrade sphinx>=5.0 --no-warn-script-location
- pip3 install -e .[doc]
- rm -Rf build
- python3 setup.py build_sphinx
......@@ -40,9 +40,9 @@ pages:
only:
- master
script:
- pip3 install --upgrade sphinx>=5.0 --no-warn-script-location
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- pip3 install --upgrade sphinx>=5.0 --no-warn-script-location
- pip3 install -e .[doc]
- python3 setup.py build_sphinx
- cp -r build/sphinx/html public
......
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