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 f817fd3 commit e8a2000Copy full SHA for e8a2000
.github/workflows/build_docs.yml
@@ -19,9 +19,9 @@ jobs:
19
- name: Install Hugo
20
run: |
21
# apt-get update && apt-get install curl
22
- mkdir /hugo
23
- curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-amd64.tar.gz | tar -xzf - -C /hugo
24
- echo "/hugo" >> $GITHUB_PATH
+ mkdir hugo
+ curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-amd64.tar.gz | tar -xzf - -C hugo
+ echo "hugo" >> $GITHUB_PATH
25
26
- run: which hugo
27
0 commit comments