From 1f62cddc7bf04e1f6915e924206e1fc180d5d0ab Mon Sep 17 00:00:00 2001 From: Christian Schlepuetz Date: Thu, 17 Oct 2019 17:32:41 +0200 Subject: [PATCH] Update .gitlab-ci.yml to reflect change in folder structure of documentation --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9019a78..615c876 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ pages: stage: deploy script: - mkdir public - - cp -r docs/build/html/* public + - cp -r docs/sphinx/build/html/* public artifacts: paths: - public