Clean-up publish target
This commit is contained in:
@@ -6,5 +6,5 @@ hugo
|
|||||||
|
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo "Everything fine --> publishing"
|
echo "Everything fine --> publishing"
|
||||||
rsync -rvhz --progress public/ ${TARGET}
|
rsync -rvhz --delete --progress public/ ${TARGET}
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user