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

commit d9c719de0143d9016df509880063b6d546b7cf9c
Author: morningman <chenmin...@baidu.com>
AuthorDate: Mon Dec 13 12:47:04 2021 +0800

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

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 42d408a..9b9318e 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -16,3 +16,8 @@ jobs:
     - name: Build
       run: |
         echo "ok"
+        git clone https://github.com/apache/incubator-doris.git incubator-doris
+        cd docs && npm install
+        export BRANCH=master
+        npm run build
+        ls .vuepress/dist/

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

Reply via email to