Skip to content

Commit

Permalink
ci: doc-build: Pull 'babblesim' west project group
Browse files Browse the repository at this point in the history
This commit updates the documentation build workflow to pull in the
'babblesim' west project group so that the build process does not fail
due to a manifest import failure.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio authored and aescolar committed Mar 23, 2023
1 parent 7ab9180 commit 60d30eb
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,8 @@ jobs:
- name: west setup
run: |
west init -l .
west config manifest.group-filter -- +babblesim
west update
- name: build-docs
run: |
Expand Down

0 comments on commit 60d30eb

Please sign in to comment.