Skip to content

Commit 2f6ea17

Browse files
fix GH path specification
1 parent fd460fd commit 2f6ea17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
apt-get update && apt-get install curl
2828
mkdir ~/hugo
2929
curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-arm.tar.gz | tar -xzf - -C ~/hugo
30-
echo "$PATH:~/hugo" >> $GITHUB_PATH
30+
echo "~/hugo" >> $GITHUB_PATH
3131
- name: Build Docs
3232
run: npm run build:docs -- --yes
3333
- name: Open Pull Request

0 commit comments

Comments
 (0)