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 a40ca6ef59c remove algolia
a40ca6ef59c is described below

commit a40ca6ef59c00ee9c0f779d7c79d2a89d7fe14da
Author: jiafeng.zhang <zhang...@gmail.com>
AuthorDate: Fri Jun 17 12:31:13 2022 +0800

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

diff --git a/.github/workflows/cron-deploy-website.yml 
b/.github/workflows/cron-deploy-website.yml
index 1103fd6a728..c6ce8875207 100644
--- a/.github/workflows/cron-deploy-website.yml
+++ b/.github/workflows/cron-deploy-website.yml
@@ -20,9 +20,6 @@ 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 02f95d51949..24a023f3dee 100644
--- a/.github/workflows/manual-deploy-website.yml
+++ b/.github/workflows/manual-deploy-website.yml
@@ -24,9 +24,6 @@ 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-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to