mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-11-16 11:31:34 -05:00
Shellchecked (#132)
Signed-off-by: samsepi0l <contact@simpleprivacy.fr>
This commit is contained in:
parent
c26ee81c69
commit
a06d28e69a
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
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
|
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
|
||||||
|
|
||||||
tar xvf *.tar.gz
|
tar xvf ./*.tar.gz
|
||||||
chmod u+x ./hugo
|
chmod u+x ./hugo
|
||||||
|
|
||||||
if [ "$CF_PAGES_BRANCH" == "main" ]; then
|
if [ "$CF_PAGES_BRANCH" == "main" ]; then
|
||||||
./hugo --minify
|
./hugo --minify
|
||||||
else
|
else
|
||||||
./hugo -b $CF_PAGES_URL --minify
|
./hugo -b "$CF_PAGES_URL" --minify
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user