We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddf6a4 commit ee37d14Copy full SHA for ee37d14
.github/actions/build_documentation/action.yml
@@ -4,6 +4,7 @@ runs:
4
using: 'composite'
5
steps:
6
- name: Install Hugo
7
+ shell: bash
8
run: |
9
mkdir hugo
10
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:
14
15
16
- name: Build Docs
17
run: npm run build:docs -- --yes
18
0 commit comments