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

This commit is contained in:
2025-11-10 02:40:03 -03:00
parent 99f2e4c2ef
commit 851c54f335

View File

@@ -20,8 +20,8 @@ jobs:
- name: Install Hugo Extended
run: |
apk add --no-cache wget tar rsync openssh
wget https://github.com/gohugoio/hugo/releases/download/v0.146.0/hugo_extended_0.146.0_Linux-64bit.tar.gz
tar -xzf hugo_extended_0.146.0_Linux-64bit.tar.gz
wget 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
mv hugo /usr/local/bin/hugo
hugo version