From a9c4ad93f3f3359e0110d2fb2075543f1192e390 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Mon, 12 Mar 2018 13:43:20 +0000 Subject: [PATCH] Corrected the location of the built html docs. --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f557725..2101a38 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ build:pages: script: - pip install sphinx sphinx-bootstrap-theme numpydoc - make docs - - mv _build/html/ public/ + - mv docs/_build/html/ public/ artifacts: paths: - public @@ -19,9 +19,6 @@ build:pages: # Build receipe for standalone wheels on Linux build:wheel: - # This container is derived from the official manylinux image provided by - # python.org (see PEP 513), and includes all of the LALSuite - # build-dependencies. # stage: build script: - pip install wheel -- GitLab