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/21 01:28:29 UTC

[doris-website] branch master updated: update deploy shell

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 fb3bc57eea update deploy shell
fb3bc57eea is described below

commit fb3bc57eeab41c46b4783ac036746c7e59818060
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Thu Jul 21 09:28:17 2022 +0800

    update deploy shell
    
    update deploy shell
---
 .github/workflows/manual-deploy-website.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/manual-deploy-website.yml b/.github/workflows/manual-deploy-website.yml
index feabe4ded2..cb030eb329 100644
--- a/.github/workflows/manual-deploy-website.yml
+++ b/.github/workflows/manual-deploy-website.yml
@@ -33,6 +33,7 @@ jobs:
         git config --global http.postBuffer 524288000
         git fetch
         git checkout -b asf-site remotes/origin/asf-site
+        /bin/bash remove-non-reserved-dir.sh
         cp -r build/* ./
         rm -rf build/
         rm -rf .docusaurus


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org