From 101f61911b084b2dae12cd6f686a4fa846b39b9e Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Wed, 24 Oct 2018 16:06:42 -0400 Subject: [PATCH] Docs are built in weird location --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b0ee4a..3b38344 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -115,7 +115,7 @@ docs: - sdist artifacts: paths: - - docs/_build/html/ + - docs/docs/_build/html/ expire_in: 3 hours # @@ -243,7 +243,7 @@ pages: GIT_STRATEGY: none stage: deploy script: - - mv docs/_build/html public + - mv docs/docs/_build/html public - mv coverage.html public/coverage.html dependencies: - docs -- GitLab