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 d8c3e2d  modify cron-deploy-website.yml
d8c3e2d is described below

commit d8c3e2d4d9a22a1e0e561016563b87a5cd5665a1
Author: morningman <[email protected]>
AuthorDate: Tue Dec 21 22:30:21 2021 +0800

    modify cron-deploy-website.yml
---
 .github/workflows/cron-deploy-website.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/cron-deploy-website.yml 
b/.github/workflows/cron-deploy-website.yml
index 21d7349..954e462 100644
--- a/.github/workflows/cron-deploy-website.yml
+++ b/.github/workflows/cron-deploy-website.yml
@@ -20,6 +20,9 @@ jobs:
       run: |
         git clone https://github.com/apache/incubator-doris.git incubator-doris
         export BRANCH=master
+        cp -R blogs/zh-CN/ incubator-doris/docs/zh-CN/article/articles/
+        cp -R blogs/en/ incubator-doris/docs/en/article/articles/
+        cp -R blogs/images/blogs/ incubator-doris/docs/.vuepress/public/images/
         cd incubator-doris/docs && npm install && npm run build
         touch .vuepress/dist/.dummy
         ls .vuepress/dist/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to