We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hugo.yaml
1 parent 4711c9d commit d00257bCopy full SHA for d00257b
.github/workflows/hugo.yaml
@@ -29,8 +29,8 @@ jobs:
29
echo "[INFO] no HUGO_VERSION specified, use latest";
30
HUGO_VERSION=`curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest | jq -r .tag_name | sed 's/^.//'`;
31
fi
32
- echo "[INFO] Hugo version: ${HUGO_VERSION}"
33
- wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb
+ echo "[INFO] HUGO_VERSION: ${HUGO_VERSION}"
+ wget -qO ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb
34
sudo dpkg -i ${{ runner.temp }}/hugo.deb
35
- name: Checkout
36
uses: actions/checkout@v4
0 commit comments