From cf6901809e81d71afeff5d65b0d010350e869336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Wed, 10 Feb 2021 12:20:25 +0100 Subject: [PATCH] ci: Add trailing slash to path for documentation preview Fixes the documentation preview link on the MR Overview tab. Found by comparing with the same thing in weston. (It still appears only after all jobs in the pipeline have at least started once though) Fixes: ae8f9584f4c9 "CI: always expose docs artifacts" Reviewed-by: Erik Faye-Lund Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad9016c6240..57bdce6f9ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,7 +118,7 @@ test-docs-mr: artifacts: expose_as: 'Documentation preview' paths: - - public + - public/ rules: - if: *is-pre-merge changes: *docs-or-ci