Skip to content

Commit

Permalink
ci: doc-build: Pull 'bsim' west project
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
stephanosio authored and aescolar committed Mar 24, 2023
1 parent 7ab9180 commit 436ca76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- name: west setup
run: |
west init -l .
west update bsim
- name: build-docs
run: |
Expand Down Expand Up @@ -154,6 +155,7 @@ jobs:
- name: west setup
run: |
west init -l .
west update bsim
- name: build-docs
run: |
Expand Down

0 comments on commit 436ca76

Please sign in to comment.