mirror of
https://github.com/tommytran732/tommytran.io
synced 2024-11-09 11:41:34 -05:00
Apply shellcheck suggestions
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
02d4f86ec3
commit
4176fed467
@ -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
|
||||
|
||||
tar xvf *.tar.gz
|
||||
tar xvf ./*.tar.gz
|
||||
chmod u+x ./hugo
|
||||
|
||||
if [ "$CF_PAGES_BRANCH" == "main" ]; then
|
||||
./hugo --minify
|
||||
else
|
||||
./hugo -b $CF_PAGES_URL --minify
|
||||
./hugo -b "$CF_PAGES_URL" --minify
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user