take 2
Some checks failed
Build Hugo Site / build (push) Failing after 5s

This commit is contained in:
2025-11-10 02:44:41 -03:00
parent a6ecb14763
commit 02fea3acbf

View File

@@ -21,10 +21,10 @@ jobs:
run: |
set -e
apk add --no-cache wget tar rsync openssh
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.tar.gz
mv hugo /usr/local/bin/hugo
hugo version
wget -O sitegen.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_extended_0.152.2_Linux-64bit.tar.gz
tar -xzf sitegen.tar.gz
mv hugo /usr/local/bin/sitegen
/usr/local/bin/sitegen version
- name: Build
run: hugo --minify