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

Update .gitlab-ci.yml

parent 89176172
Branches
Tags
No related merge requests found
Pipeline #14646 failed
...@@ -21,9 +21,7 @@ doc: ...@@ -21,9 +21,7 @@ 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)
- pip3 install --upgrade sphinx>=5.0 --no-warn-script-location - 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:
...@@ -42,8 +40,7 @@ pages: ...@@ -42,8 +40,7 @@ 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)
- pip3 install --upgrade sphinx>=5.0 --no-warn-script-location - python3 setup.py install
- pip3 install -e .[doc]
- 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