Skip to content
Snippets Groups Projects
Unverified Commit 1ea83293 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

.gitlab-ci.yml: Fix build docs artifacts path


The generic pipelines triggers the build docs jobs based on the
assumption that the documentation build directory is in a docs
subdirectoy. That is not the case in the docs repository which uses the
repository root for the build directory.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent ec3b5efa
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,9 @@ build-docs:
script:
- !reference [.workspace, script]
- !reference [.build-docs, script]
artifacts:
paths:
- build
rules:
# Build the docs when a merge request is created.
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment