Skip to content

Commit

Permalink
Merge pull request quarkusio#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
gsmet authored Dec 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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"

0 comments on commit 903cd31

Please sign in to comment.