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 fd460fd commit 2f6ea17Copy full SHA for 2f6ea17
.github/workflows/build_docs.yml
@@ -27,7 +27,7 @@ jobs:
27
apt-get update && apt-get install curl
28
mkdir ~/hugo
29
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
+ echo "~/hugo" >> $GITHUB_PATH
31
- name: Build Docs
32
run: npm run build:docs -- --yes
33
- name: Open Pull Request
0 commit comments