From 7c8f7c5fce2f691f7b7687eb917a064f6c19bc14 Mon Sep 17 00:00:00 2001 From: "maxime.batista" Date: Mon, 9 Jan 2023 09:41:17 +0100 Subject: [PATCH] fix --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"