Skip to content

Commit ee37d14

Browse files
specify shell
1 parent 0ddf6a4 commit ee37d14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/build_documentation/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ runs:
44
using: 'composite'
55
steps:
66
- name: Install Hugo
7+
shell: bash
78
run: |
89
mkdir hugo
910
curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-amd64.tar.gz | tar -xzf - -C hugo
@@ -14,3 +15,4 @@ runs:
1415

1516
- name: Build Docs
1617
run: npm run build:docs -- --yes
18+
shell: bash

0 commit comments

Comments
 (0)