Skip to content

Commit 26a040e

Browse files
fixed?
1 parent 952c210 commit 26a040e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-amd64.tar.gz | tar -xzf - -C ~/hugo
2727
echo "~/hugo" >> $GITHUB_PATH
2828
29-
- run: echo $PATH
30-
- run: ls ~/hugo
29+
- run: which hugo
3130

3231
- name: Build Docs
3332
run: npm run build:docs -- --yes

0 commit comments

Comments
 (0)