stages:
- pages
pages:
stage: pages tags:
- python
script:
- apt-get update - apt-get install libgl1 -y
- pip3 install -r requirements.txt
- sphinx-build -b html ./docs public
artifacts: paths:
# The folder that contains the files to be exposed at the Page URL - public