From 20dd6cc86e192d10e3ddec3b50e00ce20a4fd857 Mon Sep 17 00:00:00 2001
From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Date: Thu, 25 Mar 2021 16:23:54 +0100
Subject: [PATCH] gitlab-ci.yml: update location of docs in the manifest

The docs repository is now checked out in the root of the workspace, not
under sources/docs

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 27a743b..a5fadd0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,7 @@ reuse:
     - ( cd "$SCRATCH_DIR"/sources/"$OHOS_GIT_REPO_PATH" && git checkout "$CI_COMMIT_SHA" )
   script: &doc-workspace-do
     - SCRATCH_DIR="$(cat "$CI_PROJECT_DIR"/.scratch-dir-name)"
-    - cd "$SCRATCH_DIR"/sources/docs
+    - cd "$SCRATCH_DIR"/docs
     # Aggregate content from other places
     - make -C experimental aggregate
 
-- 
GitLab