mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-11-04 14:11:33 -05:00
Download hugo instead of compiling
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
8567512998
commit
c26ee81c69
@ -1,13 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
export GOPROXY=direct
|
||||
export GOSUMD=off
|
||||
export CGO_ENABLED=1
|
||||
curl -L -s https://api.github.com/repos/gohugoio/hugo/releases/latest | grep "browser_download_url.*extended.*linux-amd64.tar.gz" | cut -d : -f 2,3 | sed 's/"//g' | xargs wget
|
||||
|
||||
go install -tags extended github.com/gohugoio/hugo@latest
|
||||
tar xvf *.tar.gz
|
||||
chmod u+x ./hugo
|
||||
|
||||
if [ "$CF_PAGES_BRANCH" == "main" ]; then
|
||||
hugo --minify
|
||||
./hugo --minify
|
||||
else
|
||||
hugo -b $CF_PAGES_URL --minify
|
||||
./hugo -b $CF_PAGES_URL --minify
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user