Install Hugo from direct download

This commit is contained in:
Jack Jackson 2025-02-25 19:52:09 -08:00
parent fbf25dea0b
commit 9403ba42b6

View File

@ -43,8 +43,9 @@ jobs:
- name: Build blog - name: Build blog
run: | run: |
sudo apt-get update wget https://github.com/gohugoio/hugo/releases/download/v0.139.0/hugo_0.139.0_linux-amd64.deb
sudo apt-get install -y hugo=0.139.0-* git sudo dpkg -i hugo_0.139.0_linux-amd64.deb
apt-get update && apt-get install -y git
git submodule init git submodule init
git submodule update --recursive git submodule update --recursive
hugo --source blog hugo --source blog