From 9298df7e5d9265325c87e04f4c1f5286e195e613 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 29 Jul 2018 15:06:37 -0500 Subject: [PATCH] Development --- .gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 011ed30..3ebd2bb 100644 --- a/.gitlab-ci.yml +++ b/.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: