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 d4b314e Add github action for test
d4b314e is described below
commit d4b314ee9df120de15e7ef50705c1dabc169b0e0
Author: morningman <[email protected]>
AuthorDate: Mon Dec 13 13:21:29 2021 +0800
Add github action for test
---
.github/workflows/website.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 3cb9e41..2097cec 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -23,10 +23,10 @@ jobs:
- name: Build
run: |
git clone https://github.com/apache/incubator-doris.git incubator-doris
- cd incubator-doris/docs && npm install
+ cd incubator-doris/docs #&& npm install
export BRANCH=${{ github.event.inputs.branch }}
mkdir -p .vuepress/dist/a.txt
- ls .vuepress/dist/
+ ls .vuepress/dist/ && pwd
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]