diff --git a/entrypoint.sh b/entrypoint.sh index 1dfdb5c..caf09a1 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -61,6 +61,6 @@ SERVER_TARGET="/usr/share/nginx/html/$RELATIVE_PATH" rsync -avz \ --rsync-path="mkdir -p \"$SERVER_TARGET\" && rsync" \ -e "ssh -o StrictHostKeyChecking=no" \ - --delete "$GEN_PATH"/* root@nginx:"$SERVER_TARGET" + --delete "$GEN_PATH" root@nginx:"$SERVER_TARGET" echo "documentation generated and deployed at https://codefirst.iut.uca.fr/documentation/${RELATIVE_PATH}index.html"