Update workflow hugo version
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after 19s

This commit is contained in:
Alex Selimov 2026-08-18 09:10:50 -04:00
parent 80ff6d2526
commit 083aa45005
2 changed files with 27 additions and 1 deletions

View file

@ -17,7 +17,7 @@ jobs:
- name: Setup Hugo
run: |
wget https://github.com/gohugoio/hugo/releases/download/v0.147.8/hugo_extended_0.147.8_linux-amd64.tar.gz
wget https://github.com/gohugoio/hugo/releases/download/v0.164.0/hugo_extended_0.164.0_linux-amd64.tar.gz
tar -xzf hugo_extended_0.147.8_linux-amd64.tar.gz
chmod +x hugo
mkdir -p ~/bin