Manually pull hugo
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -16m11s

This commit is contained in:
Alex Selimov 2025-07-12 22:08:25 -04:00
parent c023006546
commit 58ecb20919
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31

View file

@ -14,10 +14,13 @@ jobs:
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
run: |
sudo apt-get update
sudo apt-get -y install hugo
wget https://github.com/gohugoio/hugo/releases/download/v0.125.4/hugo_0.125.4_linux-amd64.tar.gz
tar -xzf hugo_0.125.4_linux-amd64.tar.gz
chmod +x hugo
mv hugo /usr/local/bin/
- name: Build
run: hugo --minify