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 744b03a  Add github action for test
744b03a is described below

commit 744b03ab8997a364dff1f797dba94e3182c0c270
Author: morningman <chenmin...@baidu.com>
AuthorDate: Mon Dec 13 13:45:22 2021 +0800

    Add github action for test
---
 .github/workflows/website.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index d88590d..06fffc5 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -27,6 +27,7 @@ jobs:
         export BRANCH=${{ github.event.inputs.branch }}
         mkdir -p .vuepress/dist/
         touch .vuepress/dist/a.txt
+        touch .vuepress/dist/.a.txt
         ls .vuepress/dist/ && cd .vuepress/dist/ && pwd
 
     - name: Deploy

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

Reply via email to