From 2ba4061e34e4f5b6a427e01c086967cad7a36e7d Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 29 Jul 2018 15:02:21 -0500 Subject: [PATCH] Removed dependency on Make --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e07043..4df7884 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: