Skip to content

Commit

Permalink
Make docs/sync-web-site.sh recoverable
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Dec 6, 2023
1 parent 2aeab7f commit 763de41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/sync-web-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 763de41

Please sign in to comment.