You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/12/21 03:46:06 UTC

[incubator-doris-website] branch master updated: modify workflow

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