update install huge step
Some checks failed
Build Hugo Site / build (push) Failing after 6s

This commit is contained in:
2025-11-10 02:42:17 -03:00
parent 851c54f335
commit a6ecb14763

View File

@@ -19,9 +19,10 @@ jobs:
- name: Install Hugo Extended - name: Install Hugo Extended
run: | run: |
set -e
apk add --no-cache wget tar rsync openssh apk add --no-cache wget tar rsync openssh
wget https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_extended_0.152.2_Linux-64bit.tar.gz wget -O hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_extended_0.152.2_Linux-64bit.tar.gz
tar -xzf hugo_extended_0.152.2_Linux-64bit.tar.gz tar -xzf hugo.tar.gz
mv hugo /usr/local/bin/hugo mv hugo /usr/local/bin/hugo
hugo version hugo version