Skip to content
Snippets Groups Projects
Commit d74b6f42 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Add installation script for pages

parent 32ab7a9e
No related branches found
No related tags found
No related merge requests found
Pipeline #6493 passed
...@@ -40,6 +40,7 @@ pages: ...@@ -40,6 +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)
- python3 setup.py install
- 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