summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2021-01-19 15:45:51 +0100
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2021-01-19 15:45:51 +0100
commit248201216d9a59f81a7f72d47ceb19504463d157 (patch)
tree947ae9c4721f50a8adf01346d3186fa94a94c0e7
parentf971760d832bd6f48f7adf313ef5a1e91eda4ae4 (diff)
downloadxfce4-dev-tools-248201216d9a59f81a7f72d47ceb19504463d157.tar.gz
Fix location of apidocs
By copying the folder contents we don't end up with an additional docs/ folder inside the existing apidocs/ folder.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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?