From 763de410a20496b3669ffa9821cacafd158e4c6a Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Wed, 6 Dec 2023 10:02:05 +0100 Subject: [PATCH] Make docs/sync-web-site.sh recoverable --- docs/sync-web-site.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sync-web-site.sh b/docs/sync-web-site.sh index 353e45c2c58e0..6f310b98c61dd 100755 --- a/docs/sync-web-site.sh +++ b/docs/sync-web-site.sh @@ -32,6 +32,7 @@ fi if [ -z $TARGET_DIR ]; then TARGET_DIR=target/web-site + rm -rf ${TARGET_DIR} GIT_OPTIONS="" if [[ "$QUARKUS_WEB_SITE_PUSH" != "true" ]]; then GIT_OPTIONS="--depth=1"