Skip to content

Commit 6a28338

Browse files
test if curl installed
1 parent f771c13 commit 6a28338

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
mkdir ~/hugo
2626
curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-arm.tar.gz | tar -xzf - -C ~/hugo
2727
echo "~/hugo" >> $GITHUB_PATH
28+
~/hugo/hugo --version
29+
30+
- run: echo $PATH
31+
- run: ls ~/hugo
32+
2833
- name: Build Docs
2934
run: npm run build:docs -- --yes
3035

0 commit comments

Comments
 (0)