Browse Source

Development

merge-requests/8/head
Drew Short 6 years ago
parent
commit
9298df7e5d
  1. 9
      .gitlab-ci.yml

9
.gitlab-ci.yml

@ -18,11 +18,10 @@ Atheneum:Pages:
stage: pages
script:
- python3 -m pip install pipenv
- pipenv install --dev
- pipenv shell
- cd server/documentation
- apt --no-cache install make
- make html
- cd server
- pipenv install --dev --system
- cd documentation
- sphinx-build -M html "." "_build"
- mv _build/html/ ../../public/
artifacts:
paths:

Loading…
Cancel
Save