@ -17,12 +17,11 @@ Atheneum:Pages:
image: python:3.6-slim-stretch
stage: pages
script:
- apt install make
- python3 -m pip install pipenv
- cd server
- pipenv install --dev --system
- cd documentation
- make html
- sphinx-build -M html "." "_build"
- mv _build/html/ ../../public/
artifacts:
paths: