This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 7be3034fe6 2 7be3034fe6 is described below commit 7be3034fe6d19f637835a9d8cdd73a756c3a4d0a Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Thu Jul 21 01:54:59 2022 +0800 2 2 --- .github/workflows/manual-deploy-website.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/manual-deploy-website.yml b/.github/workflows/manual-deploy-website.yml index 9bd909c663..b2a6ca4024 100644 --- a/.github/workflows/manual-deploy-website.yml +++ b/.github/workflows/manual-deploy-website.yml @@ -35,6 +35,8 @@ jobs: git checkout -b asf-site remotes/origin/asf-site cp -r build/* ./ rm -rf build/ + rm -rf .docusaurus + rm -rf node_modules git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" git add . --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org