Skip to content

Commit 294e0dd

Browse files
nashifcarlescufi
authored andcommitted
ci: doc-build: set shell as bash
Specify the shell variant being used in the workflow step. Signed-off-by: Anas Nashif <[email protected]>
1 parent e3f0d40 commit 294e0dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/doc-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
west init -l .
7272
7373
- name: build-docs
74+
shell: bash
7475
run: |
7576
if [[ "$GITHUB_REF" =~ "refs/tags/v" ]]; then
7677
DOC_TAG="release"
@@ -156,6 +157,7 @@ jobs:
156157
west init -l .
157158
158159
- name: build-docs
160+
shell: bash
159161
continue-on-error: true
160162
run: |
161163
if [[ "$GITHUB_REF" =~ "refs/tags/v" ]]; then

0 commit comments

Comments
 (0)