add absolute path to hugo binary
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
2f90469411
commit
de2ee3e2b8
4
deploy
4
deploy
@ -8,8 +8,8 @@ HUGO_VERSION=$1
|
||||
~/bin/gethugo $HUGO_VERSION
|
||||
git submodule init
|
||||
git submodule update
|
||||
hugo version
|
||||
hugo --gc=true --minify
|
||||
~/bin/hugo version
|
||||
~/bin/hugo --gc=true --minify
|
||||
|
||||
if [ $USER = $USR ]; then
|
||||
rsync -av --delete public/ ~/${DIR}
|
||||
|
Loading…
Reference in New Issue
Block a user