try a different hugo install method
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Build Hugo Site / build (push) Successful in 6s

This commit is contained in:
2024-11-19 14:24:19 -07:00
parent e88d0f790c
commit c484eb1636
2 changed files with 2 additions and 3 deletions

View File

@ -11,6 +11,5 @@ jobs:
with:
go-version: '>=1.17.0'
- run: go version
- run: apk add build-base
- run: CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
- run: apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community hugo
- run: hugo version