tisonkun commented on code in PR #250:
URL: https://github.com/apache/pulsar-site/pull/250#discussion_r992903882
##########
site2/tools/publish-website.sh:
##########
@@ -57,17 +57,11 @@ PULSAR_SITE_TMP=/tmp/pulsar-site
echo "clean all the old content"
find $PULSAR_SITE_TMP/content -print \
| grep -v $PULSAR_SITE_TMP/content$ \
- | grep -v $PULSAR_SITE_TMP/content/zh-CN \
- | grep -v $PULSAR_SITE_TMP/content/zh-TW \
- | grep -v $PULSAR_SITE_TMP/content/ja \
- | grep -v $PULSAR_SITE_TMP/content/ko \
- | grep -v $PULSAR_SITE_TMP/content/fr \
| grep -v $PULSAR_SITE_TMP/content/api \
| grep -v $PULSAR_SITE_TMP/content/charts \
| grep -v $PULSAR_SITE_TMP/content/css \
| grep -v $PULSAR_SITE_TMP/content/tools \
| grep -v $PULSAR_SITE_TMP/content/reference \
- | grep -v $PULSAR_SITE_TMP/content/charts \
Review Comment:
Duplicate to original L66.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]