You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/07/20 17:55:10 UTC

[doris-website] branch master updated: 2

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 <zh...@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-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org