This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/pinot-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new 7231287 Update publish website script 7231287 is described below commit 72312872cf4c6c2b2083ab3068fb8629fa659621 Author: Xiang Fu <xiangfu.1...@gmail.com> AuthorDate: Mon Apr 4 16:03:43 2022 -0700 Update publish website script --- .github/workflows/scripts/publish-site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/publish-site.sh b/.github/workflows/scripts/publish-site.sh index 97db0b0..b5e99e8 100755 --- a/.github/workflows/scripts/publish-site.sh +++ b/.github/workflows/scripts/publish-site.sh @@ -48,7 +48,7 @@ git status rm -rf ${SITE_DIR}/assets ## copy generated site -mv ${DEV_TMP}/website/build/* ${SITE_DIR}/ +cp -r ${DEV_TMP}/website/build/* ${SITE_DIR}/ git status git add . --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org