From 6741a5c57d4513727e7757f56ff1ec38e4307af7 Mon Sep 17 00:00:00 2001 From: mxsm Date: Sat, 1 Feb 2025 10:47:23 +0800 Subject: [PATCH] =?UTF-8?q?[ISSUE=20#2463]=F0=9F=94=A8Update=20jekyll-gh-p?= =?UTF-8?q?ages.yml=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/jekyll-gh-pages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 508a4e40d..806825092 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -52,6 +52,10 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 + + - name: Sleep for 30s + run: sleep 30 + - name: Algolia crawler creation and crawl uses: algolia/algoliasearch-crawler-github-actions@v1.0.10 id: algolia_crawler @@ -62,3 +66,4 @@ jobs: algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }} crawler-name: 'rocketmq_rust_ljbmxsm_com_a7p4xel1x0_pages' site-url: 'https://rocketmq-rust.ljbmxsm.com' + override-config: true