This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 23297ce  modify workflow
23297ce is described below

commit 23297ce8fedcf896cdeffd771101d06b05ea11c1
Author: morningman <[email protected]>
AuthorDate: Tue Dec 21 11:45:53 2021 +0800

    modify workflow
---
 .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 fcd46c8..de3a675 100644
--- a/.github/workflows/manual-deploy-website.yml
+++ b/.github/workflows/manual-deploy-website.yml
@@ -25,6 +25,7 @@ jobs:
         git clone https://github.com/apache/incubator-doris.git incubator-doris
         git checkout ${{ github.event.inputs.branch }}
         export BRANCH=${{ github.event.inputs.branch }}
+        echo "cmy $BRANCH"
         cd incubator-doris/docs && npm install && npm run build
         touch .vuepress/dist/.dummy
         ls .vuepress/dist/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to