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 13b57a9 Add github action for test
13b57a9 is described below
commit 13b57a95e04926a74070e10ceb4c48f7877806bf
Author: morningman <[email protected]>
AuthorDate: Mon Dec 13 13:36:11 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 d05e94c..faffb87 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -33,7 +33,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: asf-site
- publish_dir: incubator-doris/docs/.vuepress/dist
+ publish_dir: ./incubator-doris/docs/.vuepress/dist
destination_dir: test
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]