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 6a28338 commit e8dde7fCopy full SHA for e8dde7f
.github/workflows/build_docs.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
# apt-get update && apt-get install curl
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
+ curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-amd64.tar.gz | tar -xzf - -C ~/hugo
27
echo "~/hugo" >> $GITHUB_PATH
28
~/hugo/hugo --version
29
0 commit comments