diff --git a/deploy.sh b/deploy.sh index 3299d3e..74b96ff 100644 --- a/deploy.sh +++ b/deploy.sh @@ -32,6 +32,6 @@ pip install -r requirements.txt || exit -1 rm -rf output nikola build || exit -1 -rsync -Pvrt --delete ./output/ $DEST || exit -1 +rsync -Pvrt --delete ./output/ $DEST mv .tmp_id .head_id