Skip to content

Commit

Permalink
Merge pull request #37557 from gsmet/sync-web-site-recoverable
Browse files Browse the repository at this point in the history
Make docs/sync-web-site.sh recoverable
  • Loading branch information
gsmet authored Dec 6, 2023
2 parents 2aeab7f + 763de41 commit 903cd31
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 903cd31

Please sign in to comment.