Update hugo version
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -13m56s

This commit is contained in:
Alex Selimov 2025-07-12 22:15:18 -04:00
parent 4d7f2b36f7
commit 5e1dec83fc
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
2 changed files with 2 additions and 2 deletions

View file

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

0
.hugo_build.lock Normal file
View file