Just download static binary
Some checks failed
ci / Site (push) Failing after 11s
ci / Build (push) Has been cancelled

This commit is contained in:
Leon Mika 2025-10-26 10:06:28 +11:00
parent 2804d4c3db
commit c73d1deed3
2 changed files with 10 additions and 3 deletions

View file

@ -50,7 +50,8 @@ jobs:
go-version: 1.24
- name: Install Hugo
run: |
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.146.0
curl -LO https://github.com/gohugoio/hugo/releases/download/v0.146.0/hugo_0.146.0_linux-amd64.deb
sudo apt install -y ./hugo_0.146.0_linux-amd64.deb
- name: Build Site
run: |
cd _site