From 248201216d9a59f81a7f72d47ceb19504463d157 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Tue, 19 Jan 2021 15:45:51 +0100 Subject: Fix location of apidocs By copying the folder contents we don't end up with an additional docs/ folder inside the existing apidocs/ folder. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00751e3..0e9aea0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ build-container: - docker build -t $IMAGE_TAG -t $LATEST_TAG . # Export the API docs to the runner so we can publish them - docker create --name xfce-docs $IMAGE_TAG - - docker cp xfce-docs:/docs apidocs + - docker cp xfce-docs:/docs/. apidocs - docker rm -f xfce-docs # This will push to the branch name tag # May eventually want to add some tests before latest is pushed? -- cgit v1.2.1