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 883c786 Add github action for test 883c786 is described below commit 883c786c5fc1288e30ee2eb19d0e4d94929b168f Author: morningman <chenmin...@baidu.com> AuthorDate: Mon Dec 13 12:48:40 2021 +0800 Add github action for test --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 9b9318e..4fb27a5 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -17,7 +17,7 @@ jobs: run: | echo "ok" git clone https://github.com/apache/incubator-doris.git incubator-doris - cd docs && npm install + cd incubator-doris/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