Skip to content

Commit

Permalink
[feature][website]update preview scripts (apache#15873)
Browse files Browse the repository at this point in the history
  • Loading branch information
urfreespace authored Jun 1, 2022
1 parent aa7700d commit 554c15d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions site2/website/api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cd .preview

if [ -d "$ROOT_DIR/site2/.preview/pulsar-site" ]; then
cd pulsar-site
git clean -f
git checkout .
git pull origin main
else
Expand Down
1 change: 1 addition & 0 deletions site2/website/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cd .preview

if [ -d "$ROOT_DIR/site2/.preview/pulsar-site" ]; then
cd pulsar-site
git clean -f
git checkout .
git pull origin main
else
Expand Down

0 comments on commit 554c15d

Please sign in to comment.