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 b1e041f commit f771c13Copy full SHA for f771c13
.github/workflows/build_docs.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Install Hugo
23
run: |
24
- apt-get update && apt-get install curl
+ # 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
27
echo "~/hugo" >> $GITHUB_PATH
0 commit comments