From 00130b72ceb8a68aee2faa564e7107a5fc56deb2 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Fri, 24 Mar 2023 01:38:51 +0900 Subject: [PATCH] ci: doc-build: Pull 'bsim' west project This commit updates the documentation build workflow to pull in the 'bsim' west project (with its submanifest) so that the build process does not fail due to a manifest import failure. Signed-off-by: Stephanos Ioannidis Signed-off-by: Alberto Escolar Piedras --- .github/workflows/doc-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index 466f9c8afbdad5..1455de66c63b3b 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -69,6 +69,7 @@ jobs: - name: west setup run: | west init -l . + west update bsim - name: build-docs run: | @@ -154,6 +155,7 @@ jobs: - name: west setup run: | west init -l . + west update bsim - name: build-docs run: |