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