From 46a8dfa184edf2ecfbc595ec7418146c2baa5117 Mon Sep 17 00:00:00 2001 From: Matthias Eck Date: Thu, 18 Nov 2021 16:12:42 +0000 Subject: [PATCH] fix(doc-tool): fix wrong root page --- tool-documentation.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool-documentation.gitlab-ci.yml b/tool-documentation.gitlab-ci.yml index eb8873d..1b43490 100644 --- a/tool-documentation.gitlab-ci.yml +++ b/tool-documentation.gitlab-ci.yml @@ -1,5 +1,5 @@ .documentation-tool-template: - image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-documentation-tool:1.6.0 + image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-documentation-tool:1.6.1 variables: REV_NUMBER: $CI_COMMIT_SHORT_SHA CONFLUENCE_URL: "https://www.exxcellent.de/confluence/rest/api/" @@ -34,4 +34,4 @@ artifacts: paths: [ public/ ] rules: - - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH \ No newline at end of file + - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH