Just download static binary
This commit is contained in:
parent
2804d4c3db
commit
c73d1deed3
2 changed files with 10 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue