Skip to content

Commit b548422

Browse files
test?
1 parent e36a167 commit b548422

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- name: Install Hugo
2020
run: |
2121
# 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
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
2525
2626
- run: which hugo
2727

0 commit comments

Comments
 (0)