You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/06/16 11:24:00 UTC

[incubator-doris-website] branch master updated: algolia

This is an automated email from the ASF dual-hosted git repository.

jiafengzheng 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 242022d44d1 algolia
242022d44d1 is described below

commit 242022d44d1fa7a0ddfd3aea7117949fd41baef3
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Thu Jun 16 19:23:49 2022 +0800

    algolia
    
    algolia
---
 .github/workflows/cron-deploy-website.yml   | 3 +++
 .github/workflows/manual-deploy-website.yml | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/.github/workflows/cron-deploy-website.yml b/.github/workflows/cron-deploy-website.yml
index c6ce8875207..1103fd6a728 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
+        export ALGOLIA_API_KEY=b2d5b814db43536017c701c9c19b29bf
+        export ALGOLIA_INDEX_NAME=apache-doris
+        export ALGOLIA_APP_ID=UUKF60R98F
         cp -R blogs/zh-CN/ incubator-doris/docs/zh-CN/blogs/
         cp -R blogs/en/ incubator-doris/docs/en/blogs/
         cp -R blogs/images/blogs/ incubator-doris/docs/.vuepress/public/images/
diff --git a/.github/workflows/manual-deploy-website.yml b/.github/workflows/manual-deploy-website.yml
index 24a023f3dee..02f95d51949 100644
--- a/.github/workflows/manual-deploy-website.yml
+++ b/.github/workflows/manual-deploy-website.yml
@@ -24,6 +24,9 @@ jobs:
       run: |
         git clone https://github.com/apache/incubator-doris.git incubator-doris
         export BRANCH=${{ github.event.inputs.branch }}
+        export ALGOLIA_API_KEY=b2d5b814db43536017c701c9c19b29bf
+        export ALGOLIA_INDEX_NAME=apache-doris
+        export ALGOLIA_APP_ID=UUKF60R98F
         cp -R blogs/zh-CN/ incubator-doris/docs/zh-CN/blogs/
         cp -R blogs/en/ incubator-doris/docs/en/blogs/
         cp -R blogs/images/blogs/ incubator-doris/docs/.vuepress/public/images/


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org