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 f771c13 commit 6a28338Copy full SHA for 6a28338
.github/workflows/build_docs.yml
@@ -25,6 +25,11 @@ jobs:
25
mkdir ~/hugo
26
curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-arm.tar.gz | tar -xzf - -C ~/hugo
27
echo "~/hugo" >> $GITHUB_PATH
28
+ ~/hugo/hugo --version
29
+
30
+ - run: echo $PATH
31
+ - run: ls ~/hugo
32
33
- name: Build Docs
34
run: npm run build:docs -- --yes
35
0 commit comments