Browse Source

Testing pages production

merge-requests/3/head
Drew Short 6 years ago
parent
commit
77faff1520
  1. 5
      .gitlab-ci.yml

5
.gitlab-ci.yml

@ -18,8 +18,7 @@ Atheneum:Pages:
stage: pages
script:
- python3 -m pip install pipenv
- pipenv install --dev
- pipenv shell
- pipenv install --dev --system
- cd server/documentation
- apt --no-cache install make
- make html
@ -29,5 +28,3 @@ Atheneum:Pages:
- public
tags:
- docker
only:
- master
Loading…
Cancel
Save