From 173d2646fa6f2812f7eff3d5f32d94a94cd248ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Thu, 29 Sep 2022 10:42:23 +0200 Subject: [PATCH] Fix pages deployment --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3dc300a3..4c1a0fff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,7 +98,7 @@ compile: artifacts: expire_in: 1 hr paths: - - build + - out/build/GitLabAlpineMasterBranch before_script: - export CCACHE_BASEDIR="$PWD" - export CCACHE_DIR="$PWD/ccache_master" @@ -270,6 +270,8 @@ pages: image: "$SHA_IMAGE_TAG" tags: - docker-runner + dependencies: + - compile script: - mv out/build/GitLabAlpineMasterBranch/docs/html public artifacts: -- GitLab