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 952c210 commit 26a040eCopy full SHA for 26a040e
.github/workflows/build_docs.yml
@@ -26,8 +26,7 @@ jobs:
26
curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-amd64.tar.gz | tar -xzf - -C ~/hugo
27
echo "~/hugo" >> $GITHUB_PATH
28
29
- - run: echo $PATH
30
- - run: ls ~/hugo
+ - run: which hugo
31
32
- name: Build Docs
33
run: npm run build:docs -- --yes
0 commit comments