Skip to content

Commit

Permalink
[ISSUE #2482]🔨Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Feb 1, 2025
1 parent 9a829d6 commit a51261e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: rocketmq-doc/_site
- name: Update Algolia index
working-directory: rocketmq-doc/
run: bundle exec jekyll algolia push
env:
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
continue-on-error: true

# Deployment job
deploy:
Expand All @@ -52,12 +58,6 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
- name: Update Algolia index
working-directory: rocketmq-doc/
run: bundle exec jekyll algolia push
env:
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
continue-on-error: true
# - name: Algolia crawler creation and crawl
# uses: algolia/algoliasearch-crawler-github-actions@v1.0.10
# id: algolia_crawler
Expand Down

0 comments on commit a51261e

Please sign in to comment.