tisonkun commented on code in PR #183: URL: https://github.com/apache/pulsar-site/pull/183#discussion_r956873354
########## site2/tools/publish-website.sh: ########## @@ -52,11 +51,7 @@ PULSAR_SITE_TMP=/tmp/pulsar-site mkdir -p $PULSAR_SITE_TMP/content/ fi - echo "BUILD_ALL:"$BUILD_ALL - if [[ $BUILD_ALL"" == "11" ]]; then - echo "clean all the old random js files because a new all version build done, all the js is regenerated with a random name" - rm -rf $PULSAR_SITE_TMP/content/assets/js - fi + rm -rf $PULSAR_SITE_TMP/content/* Review Comment: Updated. ########## .github/workflows/ci-pulsar-website-next-build.yaml: ########## @@ -33,9 +33,9 @@ jobs: timeout-minutes: 600 steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: - fetch-depth: 2 + fetch-depth: 1 Review Comment: Thanks! Reverted. -- 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: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org