fix: complement of 4fc713392b - picky downloader bruh
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
57a2aaec5e
commit
2881a537e9
2
deploy
2
deploy
@ -5,7 +5,7 @@ HOST=dotya.ml
|
||||
DIR=public/
|
||||
export HUGO_VERSION=$1
|
||||
|
||||
if [ $(hugo version | grep -q ${HUGO_VERSION}) -eq 1 ]; then
|
||||
if [ $(hugo version | grep -q ${HUGO_VERSION}; echo $?) -eq 1 ]; then
|
||||
~/bin/gethugo $HUGO_VERSION
|
||||
fi
|
||||
git submodule init
|
||||
|
Loading…
Reference in New Issue
Block a user