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 69f937b Add github action for test
69f937b is described below
commit 69f937be18e499d892b02e377648280db8f062e9
Author: morningman <[email protected]>
AuthorDate: Mon Dec 13 13:44:03 2021 +0800
Add github action for test
---
.github/workflows/website.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index faffb87..d88590d 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -25,7 +25,8 @@ jobs:
git clone https://github.com/apache/incubator-doris.git incubator-doris
cd incubator-doris/docs #&& npm install
export BRANCH=${{ github.event.inputs.branch }}
- mkdir -p .vuepress/dist/a.txt
+ mkdir -p .vuepress/dist/
+ touch .vuepress/dist/a.txt
ls .vuepress/dist/ && cd .vuepress/dist/ && pwd
- name: Deploy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]