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: ae8f9584f4 "CI: always expose docs artifacts"
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8927>
This commit is contained in:
Michel Dänzer 2021-02-10 12:20:25 +01:00 committed by Marge Bot
parent f758b1a25b
commit cf6901809e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ test-docs-mr:
artifacts:
expose_as: 'Documentation preview'
paths:
- public
- public/
rules:
- if: *is-pre-merge
changes: *docs-or-ci